#8970CC

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

Shades of True V #8970CC

Tints of True V #8970CC

Color information

#8970CC (or 0x8970CC) is unknown color: approx True V. HEX triplet: 89, 70 and CC. RGB value is (137,112,204). Sum of RGB (Red+Green+Blue) = 137+112+204=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #8970CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8970CC is #768F33. Grayscale: #818181. Windows color (decimal): -7769908 or 13398153. OLE color: 13398153.

HSL color Cylindrical-coordinate representation of color #8970CC: hue angle of 256.3º degrees, saturation: 0.47, 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 #8970CC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB137112204-
CMYK0.330.4500.2
HSL256.3º47.42%61.96%-
HSV(B)256.3º45.1%80%-
XYZ27.0121.2759.81-
YUV129.96169.78133.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.24%
GREEN value IS 112 (44.14% from 255) = 24.72%
BLUE value IS 204 (80.08% from 255) = 45.03%
R=30.24%
G=24.72%
B=45.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371122040.330.4500.2256.347.4261.96
Hex8970CC212D0141002f3e
Octal21116031441550244005776
Binary10001001111000011001100100001101101010100100000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8970CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8970CC; }

 p { color: rgb(137,112,204); }

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

<style>
 a { background-color: #8970CC; }

 a { background-color: rgb(137,112,204); }

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

<style>
 span { border-color: #8970CC; }

 span { border-color: rgb(137,112,204); }

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