#8970CD

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

Shades of True V #8970CD

Tints of True V #8970CD

Color information

#8970CD (or 0x8970CD) is unknown color: approx True V. HEX triplet: 89, 70 and CD. RGB value is (137,112,205). Sum of RGB (Red+Green+Blue) = 137+112+205=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #8970CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8970CD is #768F32. Grayscale: #818181. Windows color (decimal): -7769907 or 13463689. OLE color: 13463689.

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

Color convert

RGB137112205-
CMYK0.330.4500.20
HSL256.13º48.19%62.16%-
HSV(B)256.13º45.37%80.39%-
XYZ27.1321.3160.44-
YUV130.08170.28132.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.18%
GREEN value IS 112 (44.14% from 255) = 24.67%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=30.18%
G=24.67%
B=45.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371122050.330.4500.20256.1348.1962.16
Hex8970CD212D014100303e
Octal21116031541550244006076
Binary10001001111000011001101100001101101010100100000000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8970CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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