Html Css Color HEX #8E72BE True V

📋 copy color: '#8E72BE'

red 142 ◦ green 114 ◦ blue 190

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

Shades of True V #8E72BE

Tints of True V #8E72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.56%

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 31.84%
G = 25.56%
B = 42.6%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E72BE (or 0x8E72BE) is known color: True V. HEX triplet: 8E, 72 and BE. RGB value is (142,114,190). Sum of RGB (Red+Green+Blue) = 142+114+190=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E72BE is #718D41. Grayscale: #828282. Windows color (decimal): -7441730 or 12481166. OLE color: 12481166.

HSL color Cylindrical-coordinate representation of color #8E72BE: hue angle of 262.11º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E72BE is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 114 190 -
CMYK 0.25 0.40 0 0.25
HSL 262.11º 0.37% 0.6% -
HSV(B) 262.11º 0.4% 0.75% -
XYZ 26.47 21.5 51.47 -
YUV 131.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 142 114 190 0.25 0.40 0 0.25 262.11 0.37 0.6
Hex 8E 72 BE 19 28 0 19 106 25 3C
Octal 216 162 276 31 50 0 31 406 45 74
Binary 10001110 1110010 10111110 11001 101000 0 11001 100000110 100101 111100

Color Harmonies of #8E72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E72BE

Black with #8E72BE

Text Example


Text Example

White with #8E72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,114,190); }

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

background-color css

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

 a { background-color: rgb(142,114,190); }

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

border-color css

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

 span { border-color: rgb(142,114,190); }

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