#9076D0

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

Shades of True V #9076D0

Tints of True V #9076D0

Color information

#9076D0 (or 0x9076D0) is unknown color: approx True V. HEX triplet: 90, 76 and D0. RGB value is (144,118,208). Sum of RGB (Red+Green+Blue) = 144+118+208=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #9076D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076D0 is #6F892F. Grayscale: #878787. Windows color (decimal): -7309616 or 13661840. OLE color: 13661840.

HSL color Cylindrical-coordinate representation of color #9076D0: hue angle of 257.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9076D0 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB144118208-
CMYK0.310.4300.18
HSL257.33º48.91%63.92%-
HSV(B)257.33º43.27%81.57%-
XYZ29.3723.4462.65-
YUV136.03168.61133.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.64%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 208 (81.64% from 255) = 44.26%
R=30.64%
G=25.11%
B=44.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1441182080.310.4300.18257.3348.9163.92
Hex9076D01F2B0121013140
Octal220166320375302240161100
Binary10010000111011011010000111111010110100101000000011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9076D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9076D0; }

 p { color: rgb(144,118,208); }

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

<style>
 a { background-color: #9076D0; }

 a { background-color: rgb(144,118,208); }

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

<style>
 span { border-color: #9076D0; }

 span { border-color: rgb(144,118,208); }

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