#9476CD

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

Shades of True V #9476CD

Tints of True V #9476CD

Color information

#9476CD (or 0x9476CD) is unknown color: approx True V. HEX triplet: 94, 76 and CD. RGB value is (148,118,205). Sum of RGB (Red+Green+Blue) = 148+118+205=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #9476CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9476CD is #6B8932. Grayscale: #888888. Windows color (decimal): -7047475 or 13465236. OLE color: 13465236.

HSL color Cylindrical-coordinate representation of color #9476CD: hue angle of 260.69º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9476CD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148118205-
CMYK0.280.4200.20
HSL260.69º46.52%63.33%-
HSV(B)260.69º42.44%80.39%-
XYZ29.7123.6660.76-
YUV136.89166.44135.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=31.42%
G=25.05%
B=43.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481182050.280.4200.20260.6946.5263.33
Hex9476CD1C2A0141052f3f
Octal22416631534520244055777
Binary1001010011101101100110111100101010010100100000101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9476CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9476CD; }

 p { color: rgb(148,118,205); }

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

<style>
 a { background-color: #9476CD; }

 a { background-color: rgb(148,118,205); }

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

<style>
 span { border-color: #9476CD; }

 span { border-color: rgb(148,118,205); }

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