Html Css Color HEX #8970CE True V

📋 copy color: '#8970CE'

red 137 ◦ green 112 ◦ blue 206

#8970CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #8970CE

Tints of True V #8970CE

RGB

 RED value IS 137 (53.91% from 255) = 30.11%

 GREEN value IS 112 (44.14% from 255) = 24.62%

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 30.11%
G = 24.62%
B = 45.27%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8970CE (or 0x8970CE) is known color: True V. HEX triplet: 89, 70 and CE. RGB value is (137,112,206). Sum of RGB (Red+Green+Blue) = 137+112+206=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #8970CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8970CE is #768F31. Grayscale: #818181. Windows color (decimal): -7769906 or 13529225. OLE color: 13529225.

HSL color Cylindrical-coordinate representation of color #8970CE: hue angle of 255.96º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8970CE is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 112 206 -
CMYK 0.33 0.46 0 0.19
HSL 255.96º 0.49% 0.62% -
HSV(B) 255.96º 0.46% 0.81% -
XYZ 27.25 21.36 61.08 -
YUV 130.19 170.78 132.86 -
System Red Green Blue C M Y K H S L
Decimal 137 112 206 0.33 0.46 0 0.19 255.96 0.49 0.62
Hex 89 70 CE 21 2E 0 13 100 31 3E
Octal 211 160 316 41 56 0 23 400 61 76
Binary 10001001 1110000 11001110 100001 101110 0 10011 100000000 110001 111110

Color Harmonies of #8970CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8970CE

Black with #8970CE

Text Example


Text Example

White with #8970CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8970CE;
 }
 .AnyTagClassName
 {
   color: #8970CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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