Html Css Color HEX #8E7BBE True V

📋 copy color: '#8E7BBE'

red 142 ◦ green 123 ◦ blue 190

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

Shades of True V #8E7BBE

Tints of True V #8E7BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.03%

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

R = 31.21%
G = 27.03%
B = 41.76%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E7BBE (or 0x8E7BBE) is known color: True V. HEX triplet: 8E, 7B and BE. RGB value is (142,123,190). Sum of RGB (Red+Green+Blue) = 142+123+190=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E7BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7BBE is #718441. Grayscale: #888888. Windows color (decimal): -7439426 or 12483470. OLE color: 12483470.

HSL color Cylindrical-coordinate representation of color #8E7BBE: hue angle of 257.01º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E7BBE is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 123 190 -
CMYK 0.25 0.35 0 0.25
HSL 257.01º 0.34% 0.61% -
HSV(B) 257.01º 0.35% 0.75% -
XYZ 27.53 23.63 51.83 -
YUV 136.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 142 123 190 0.25 0.35 0 0.25 257.01 0.34 0.61
Hex 8E 7B BE 19 23 0 19 101 22 3D
Octal 216 173 276 31 43 0 31 401 42 75
Binary 10001110 1111011 10111110 11001 100011 0 11001 100000001 100010 111101

Color Harmonies of #8E7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7BBE

Black with #8E7BBE

Text Example


Text Example

White with #8E7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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