#9475CE

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

Shades of True V #9475CE

Tints of True V #9475CE

Color information

#9475CE (or 0x9475CE) is unknown color: approx True V. HEX triplet: 94, 75 and CE. RGB value is (148,117,206). Sum of RGB (Red+Green+Blue) = 148+117+206=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #9475CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9475CE is #6B8A31. Grayscale: #888888. Windows color (decimal): -7047730 or 13530516. OLE color: 13530516.

HSL color Cylindrical-coordinate representation of color #9475CE: hue angle of 260.9º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9475CE is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148117206-
CMYK0.280.4300.19
HSL260.9º47.59%63.33%-
HSV(B)260.9º43.2%80.78%-
XYZ29.7123.4761.36-
YUV136.42167.27136.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=31.42%
G=24.84%
B=43.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481172060.280.4300.19260.947.5963.33
Hex9475CE1C2B013105303f
Octal22416531634530234056077
Binary1001010011101011100111011100101011010011100000101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9475CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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