#9071CD

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

Shades of True V #9071CD

Tints of True V #9071CD

Color information

#9071CD (or 0x9071CD) is unknown color: approx True V. HEX triplet: 90, 71 and CD. RGB value is (144,113,205). Sum of RGB (Red+Green+Blue) = 144+113+205=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #9071CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9071CD is #6F8E32. Grayscale: #848484. Windows color (decimal): -7310899 or 13463952. OLE color: 13463952.

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

Color convert

RGB144113205-
CMYK0.300.4500.20
HSL260.22º47.92%62.35%-
HSV(B)260.22º44.88%80.39%-
XYZ28.4322.1560.53-
YUV132.76168.77136.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=31.17%
G=24.46%
B=44.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441132050.300.4500.20260.2247.9262.35
Hex9071CD1E2D014104303e
Octal22016131536550244046076
Binary1001000011100011100110111110101101010100100000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9071CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9071CD; }

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

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

<style>
 a { background-color: #9071CD; }

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

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

<style>
 span { border-color: #9071CD; }

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

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