#947ACC

Color #947ACC True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #947ACC

Tints of True V #947ACC

Color information

#947ACC (or 0x947ACC) is unknown color: approx True V. HEX triplet: 94, 7A and CC. RGB value is (148,122,204). Sum of RGB (Red+Green+Blue) = 148+122+204=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #947ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ACC is #6B8533. Grayscale: #8A8A8A. Windows color (decimal): -7046452 or 13400724. OLE color: 13400724.

HSL color Cylindrical-coordinate representation of color #947ACC: hue angle of 259.02º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #947ACC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148122204-
CMYK0.270.4000.2
HSL259.02º44.57%63.92%-
HSV(B)259.02º40.2%80%-
XYZ30.0724.5760.29-
YUV139.12164.61134.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 31.22%
GREEN value IS 122 (48.05% from 255) = 25.74%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=31.22%
G=25.74%
B=43.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481222040.270.4000.2259.0244.5763.92
Hex947ACC1B280141032d40
Octal224172314335002440355100
Binary10010100111101011001100110111010000101001000000111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947ACC; }

 p { color: rgb(148,122,204); }

 H1.HeaderClassName
 {
   color: #947ACC;
 }
 .AnyTagClassName
 {
   color: #947ACC;
 }
</style>
background-color css

<style>
 a { background-color: #947ACC; }

 a { background-color: rgb(148,122,204); }

 div.DivClassName
 {
   background-color: #947ACC;
 }
 .BgClassName
 {
   background-color: #947ACC;
 }
</style>
border-color css

<style>
 span { border-color: #947ACC; }

 span { border-color: rgb(148,122,204); }

 td.TdClassName
 {
   border-color: #947ACC;
 }
 .TagClassName
 {
   border-color: #947ACC;
 }
</style>