#9069CE

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

Shades of True V #9069CE

Tints of True V #9069CE

Color information

#9069CE (or 0x9069CE) is unknown color: approx True V. HEX triplet: 90, 69 and CE. RGB value is (144,105,206). Sum of RGB (Red+Green+Blue) = 144+105+206=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #9069CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069CE is #6F9631. Grayscale: #7F7F7F. Windows color (decimal): -7312946 or 13527440. OLE color: 13527440.

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

Color convert

RGB144105206-
CMYK0.300.4900.19
HSL263.17º50.75%60.98%-
HSV(B)263.17º49.03%80.78%-
XYZ27.6920.4960.89-
YUV128.18171.92139.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.65%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=31.65%
G=23.08%
B=45.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441052060.300.4900.19263.1750.7560.98
Hex9069CE1E31013107333d
Octal22015131636610234076375
Binary1001000011010011100111011110110001010011100000111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9069CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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