#9072cd

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

Shades of True V #9072CD

Tints of True V #9072CD

Color information

#9072CD (or 0x9072CD) is unknown color: approx True V. HEX triplet: 90, 72 and CD. RGB value is (144,114,205). Sum of RGB (Red+Green+Blue) = 144+114+205=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #9072CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9072CD is #6F8D32. Grayscale: #858585. Windows color (decimal): -7310643 or 13464208. OLE color: 13464208.

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

Color convert

RGB144114205-
CMYK0.300.4400.20
HSL259.78º47.64%62.55%-
HSV(B)259.78º44.39%80.39%-
XYZ28.5422.3760.57-
YUV133.34168.44135.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=31.10%
G=24.62%
B=44.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441142050.300.4400.20259.7847.6462.55
Hex9072CD1E2C014104303f
Octal22016231536540244046077
Binary1001000011100101100110111110101100010100100000100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9072cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9072cd; }

 p { color: rgb(144,114,205); }

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

<style>
 a { background-color: #9072cd; }

 a { background-color: rgb(144,114,205); }

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

<style>
 span { border-color: #9072cd; }

 span { border-color: rgb(144,114,205); }

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