#8971CD

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

Shades of True V #8971CD

Tints of True V #8971CD

Color information

#8971CD (or 0x8971CD) is unknown color: approx True V. HEX triplet: 89, 71 and CD. RGB value is (137,113,205). Sum of RGB (Red+Green+Blue) = 137+113+205=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #8971CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971CD is #768E32. Grayscale: #828282. Windows color (decimal): -7769651 or 13463945. OLE color: 13463945.

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

Color convert

RGB137113205-
CMYK0.330.4500.20
HSL255.65º47.92%62.35%-
HSV(B)255.65º44.88%80.39%-
XYZ27.2421.5460.48-
YUV130.66169.95132.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.11%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=30.11%
G=24.84%
B=45.05%

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
Decimal1371132050.330.4500.20255.6547.9262.35
Hex8971CD212D014100303e
Octal21116131541550244006076
Binary10001001111000111001101100001101101010100100000000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8971CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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