#9079BD

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

Shades of True V #9079BD

Tints of True V #9079BD

Color information

#9079BD (or 0x9079BD) is unknown color: approx True V. HEX triplet: 90, 79 and BD. RGB value is (144,121,189). Sum of RGB (Red+Green+Blue) = 144+121+189=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #9079BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9079BD is #6F8642. Grayscale: #878787. Windows color (decimal): -7308867 or 12417424. OLE color: 12417424.

HSL color Cylindrical-coordinate representation of color #9079BD: hue angle of 260.29º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9079BD is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144121189-
CMYK0.240.3600.26
HSL260.29º34%60.78%-
HSV(B)260.29º35.98%74.12%-
XYZ27.5223.2851.19-
YUV135.63158.12133.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.72%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=31.72%
G=26.65%
B=41.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441211890.240.3600.26260.293460.78
Hex9079BD182401A104223d
Octal22017127530440324044275
Binary1001000011110011011110111000100100011010100000100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9079BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9079BD; }

 p { color: rgb(144,121,189); }

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

<style>
 a { background-color: #9079BD; }

 a { background-color: rgb(144,121,189); }

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

<style>
 span { border-color: #9079BD; }

 span { border-color: rgb(144,121,189); }

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