Html Css Color HEX #8E6EC6 True V

📋 copy color: '#8E6EC6'

red 142 ◦ green 110 ◦ blue 198

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

Shades of True V #8E6EC6

Tints of True V #8E6EC6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.44%

 BLUE value IS 198 (77.73% from 255) = 44%

R = 31.56%
G = 24.44%
B = 44%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8E6EC6 (or 0x8E6EC6) is known color: True V. HEX triplet: 8E, 6E and C6. RGB value is (142,110,198). Sum of RGB (Red+Green+Blue) = 142+110+198=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #8E6EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6EC6 is #719139. Grayscale: #818181. Windows color (decimal): -7442746 or 13004430. OLE color: 13004430.

HSL color Cylindrical-coordinate representation of color #8E6EC6: hue angle of 261.82º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E6EC6 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 142 110 198 -
CMYK 0.28 0.44 0 0.22
HSL 261.82º 0.44% 0.6% -
HSV(B) 261.82º 0.44% 0.78% -
XYZ 26.92 20.98 56.06 -
YUV 129.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 142 110 198 0.28 0.44 0 0.22 261.82 0.44 0.6
Hex 8E 6E C6 1C 2C 0 16 106 2C 3C
Octal 216 156 306 34 54 0 26 406 54 74
Binary 10001110 1101110 11000110 11100 101100 0 10110 100000110 101100 111100

Color Harmonies of #8E6EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6EC6

Black with #8E6EC6

Text Example


Text Example

White with #8E6EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,110,198); }

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

background-color css

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

 a { background-color: rgb(142,110,198); }

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

border-color css

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

 span { border-color: rgb(142,110,198); }

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