#9475CB

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

Shades of True V #9475CB

Tints of True V #9475CB

Color information

#9475CB (or 0x9475CB) is unknown color: approx True V. HEX triplet: 94, 75 and CB. RGB value is (148,117,203). Sum of RGB (Red+Green+Blue) = 148+117+203=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #9475CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9475CB is #6B8A34. Grayscale: #878787. Windows color (decimal): -7047733 or 13333908. OLE color: 13333908.

HSL color Cylindrical-coordinate representation of color #9475CB: hue angle of 261.63º degrees, saturation: 0.45, 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 #9475CB is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148117203-
CMYK0.270.4200.20
HSL261.63º45.26%62.75%-
HSV(B)261.63º42.36%79.61%-
XYZ29.3523.3359.46-
YUV136.07165.77136.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.62%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=31.62%
G=25%
B=43.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481172030.270.4200.20261.6345.2662.75
Hex9475CB1B2A0141062d3f
Octal22416531333520244065577
Binary1001010011101011100101111011101010010100100000110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9475CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9475CB; }

 p { color: rgb(148,117,203); }

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

<style>
 a { background-color: #9475CB; }

 a { background-color: rgb(148,117,203); }

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

<style>
 span { border-color: #9475CB; }

 span { border-color: rgb(148,117,203); }

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