#9074CE

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

Shades of True V #9074CE

Tints of True V #9074CE

Color information

#9074CE (or 0x9074CE) is unknown color: approx True V. HEX triplet: 90, 74 and CE. RGB value is (144,116,206). Sum of RGB (Red+Green+Blue) = 144+116+206=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #9074CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9074CE is #6F8B31. Grayscale: #868686. Windows color (decimal): -7310130 or 13530256. OLE color: 13530256.

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

Color convert

RGB144116206-
CMYK0.300.4400.19
HSL258.67º47.87%63.14%-
HSV(B)258.67º43.69%80.78%-
XYZ28.8922.8861.29-
YUV134.63168.28134.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.90%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 206 (80.86% from 255) = 44.21%
R=30.90%
G=24.89%
B=44.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441162060.300.4400.19258.6747.8763.14
Hex9074CE1E2C013103303f
Octal22016431636540234036077
Binary1001000011101001100111011110101100010011100000011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9074CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,116,206); }

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

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

 a { background-color: rgb(144,116,206); }

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

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

 span { border-color: rgb(144,116,206); }

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