Html Css Color HEX #8E70CE True V

📋 copy color: '#8E70CE'

red 142 ◦ green 112 ◦ blue 206

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

Shades of True V #8E70CE

Tints of True V #8E70CE

RGB

 RED value IS 142 (55.86% from 255) = 30.87%

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

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

R = 30.87%
G = 24.35%
B = 44.78%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E70CE (or 0x8E70CE) is known color: True V. HEX triplet: 8E, 70 and CE. RGB value is (142,112,206). Sum of RGB (Red+Green+Blue) = 142+112+206=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E70CE is #718F31. Grayscale: #838383. Windows color (decimal): -7442226 or 13529230. OLE color: 13529230.

HSL color Cylindrical-coordinate representation of color #8E70CE: hue angle of 259.15º 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 #8E70CE is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 112 206 -
CMYK 0.31 0.46 0 0.19
HSL 259.15º 0.49% 0.62% -
HSV(B) 259.15º 0.46% 0.81% -
XYZ 28.09 21.8 61.12 -
YUV 131.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 142 112 206 0.31 0.46 0 0.19 259.15 0.49 0.62
Hex 8E 70 CE 1F 2E 0 13 103 31 3E
Octal 216 160 316 37 56 0 23 403 61 76
Binary 10001110 1110000 11001110 11111 101110 0 10011 100000011 110001 111110

Color Harmonies of #8E70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E70CE

Black with #8E70CE

Text Example


Text Example

White with #8E70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E70CE; }

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

 H1.HeaderClassName
 {
   color: #8E70CE;
 }
 .AnyTagClassName
 {
   color: #8E70CE;
 }
</style>

background-color css

<style>
 a { background-color: #8E70CE; }

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

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

border-color css

<style>
 span { border-color: #8E70CE; }

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

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