#947AC9

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

Shades of True V #947AC9

Tints of True V #947AC9

Color information

#947AC9 (or 0x947AC9) is unknown color: approx True V. HEX triplet: 94, 7A and C9. RGB value is (148,122,201). Sum of RGB (Red+Green+Blue) = 148+122+201=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #947AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AC9 is #6B8536. Grayscale: #8A8A8A. Windows color (decimal): -7046455 or 13204116. OLE color: 13204116.

HSL color Cylindrical-coordinate representation of color #947AC9: hue angle of 259.75º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947AC9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148122201-
CMYK0.260.3900.21
HSL259.75º42.25%63.33%-
HSV(B)259.75º39.3%78.82%-
XYZ29.7124.4358.41-
YUV138.78163.11134.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=31.42%
G=25.90%
B=42.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481222010.260.3900.21259.7542.2563.33
Hex947AC91A270151042a3f
Octal22417231132470254045277
Binary1001010011110101100100111010100111010101100000100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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