#8960CA

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

Shades of True V #8960CA

Tints of True V #8960CA

Color information

#8960CA (or 0x8960CA) is unknown color: approx True V. HEX triplet: 89, 60 and CA. RGB value is (137,96,202). Sum of RGB (Red+Green+Blue) = 137+96+202=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #8960CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8960CA is #769F35. Grayscale: #777777. Windows color (decimal): -7774006 or 13262985. OLE color: 13262985.

HSL color Cylindrical-coordinate representation of color #8960CA: hue angle of 263.21º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8960CA is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13796202-
CMYK0.320.5200.21
HSL263.21º50%58.43%-
HSV(B)263.21º52.48%79.22%-
XYZ25.1617.9558.02-
YUV120.34174.08139.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.49%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=31.49%
G=22.07%
B=46.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal137962020.320.5200.21263.215058.43
Hex8960CA2034015107323a
Octal21114031240640254076272
Binary10001001110000011001010100000110100010101100000111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8960CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,96,202); }

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

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

 a { background-color: rgb(137,96,202); }

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

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

 span { border-color: rgb(137,96,202); }

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