#9071CA

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

Shades of True V #9071CA

Tints of True V #9071CA

Color information

#9071CA (or 0x9071CA) is unknown color: approx True V. HEX triplet: 90, 71 and CA. RGB value is (144,113,202). Sum of RGB (Red+Green+Blue) = 144+113+202=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #9071CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9071CA is #6F8E35. Grayscale: #848484. Windows color (decimal): -7310902 or 13267344. OLE color: 13267344.

HSL color Cylindrical-coordinate representation of color #9071CA: hue angle of 260.9º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9071CA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144113202-
CMYK0.290.4400.21
HSL260.9º45.64%61.76%-
HSV(B)260.9º44.06%79.22%-
XYZ28.072258.64-
YUV132.42167.27136.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.37%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=31.37%
G=24.62%
B=44.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441132020.290.4400.21260.945.6461.76
Hex9071CA1D2C0151052e3e
Octal22016131235540254055676
Binary1001000011100011100101011101101100010101100000101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9071CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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