#9477C8

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

Shades of True V #9477C8

Tints of True V #9477C8

Color information

#9477C8 (or 0x9477C8) is unknown color: approx True V. HEX triplet: 94, 77 and C8. RGB value is (148,119,200). Sum of RGB (Red+Green+Blue) = 148+119+200=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #9477C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477C8 is #6B8837. Grayscale: #888888. Windows color (decimal): -7047224 or 13137812. OLE color: 13137812.

HSL color Cylindrical-coordinate representation of color #9477C8: hue angle of 261.48º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9477C8 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148119200-
CMYK0.260.4000.22
HSL261.48º42.41%62.55%-
HSV(B)261.48º40.5%78.43%-
XYZ29.2323.6657.67-
YUV136.9163.61135.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 200 (78.52% from 255) = 42.83%
R=31.69%
G=25.48%
B=42.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481192000.260.4000.22261.4842.4162.55
Hex9477C81A280161052a3f
Octal22416731032500264055277
Binary1001010011101111100100011010101000010110100000101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9477C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9477C8; }

 p { color: rgb(148,119,200); }

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

<style>
 a { background-color: #9477C8; }

 a { background-color: rgb(148,119,200); }

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

<style>
 span { border-color: #9477C8; }

 span { border-color: rgb(148,119,200); }

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