#8969CA

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

Shades of True V #8969CA

Tints of True V #8969CA

Color information

#8969CA (or 0x8969CA) is unknown color: approx True V. HEX triplet: 89, 69 and CA. RGB value is (137,105,202). Sum of RGB (Red+Green+Blue) = 137+105+202=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #8969CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8969CA is #769635. Grayscale: #7D7D7D. Windows color (decimal): -7771702 or 13265289. OLE color: 13265289.

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

Color convert

RGB137105202-
CMYK0.320.4800.21
HSL259.79º47.78%60.2%-
HSV(B)259.79º48.02%79.22%-
XYZ26.0319.6958.3-
YUV125.63171.1136.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.86%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=30.86%
G=23.65%
B=45.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371052020.320.4800.21259.7947.7860.2
Hex8969CA2030015104303c
Octal21115131240600254046074
Binary10001001110100111001010100000110000010101100000100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8969CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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