#9079BC

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

Shades of True V #9079BC

Tints of True V #9079BC

Color information

#9079BC (or 0x9079BC) is unknown color: approx True V. HEX triplet: 90, 79 and BC. RGB value is (144,121,188). Sum of RGB (Red+Green+Blue) = 144+121+188=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #9079BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9079BC is #6F8643. Grayscale: #878787. Windows color (decimal): -7308868 or 12351888. OLE color: 12351888.

HSL color Cylindrical-coordinate representation of color #9079BC: hue angle of 260.6º degrees, saturation: 0.33, 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 #9079BC is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144121188-
CMYK0.230.3600.26
HSL260.6º33.33%60.59%-
HSV(B)260.6º35.64%73.73%-
XYZ27.4223.2350.62-
YUV135.51157.62134.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=31.79%
G=26.71%
B=41.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441211880.230.3600.26260.633.3360.59
Hex9079BC172401A105213d
Octal22017127427440324054175
Binary1001000011110011011110010111100100011010100000101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9079BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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