Html Css Color HEX #8E7BBA True V

📋 copy color: '#8E7BBA'

red 142 ◦ green 123 ◦ blue 186

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

Shades of True V #8E7BBA

Tints of True V #8E7BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 31.49%
G = 27.27%
B = 41.24%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E7BBA (or 0x8E7BBA) is known color: True V. HEX triplet: 8E, 7B and BA. RGB value is (142,123,186). Sum of RGB (Red+Green+Blue) = 142+123+186=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E7BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7BBA is #718445. Grayscale: #878787. Windows color (decimal): -7439430 or 12221326. OLE color: 12221326.

HSL color Cylindrical-coordinate representation of color #8E7BBA: hue angle of 258.1º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E7BBA is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 123 186 -
CMYK 0.24 0.34 0 0.27
HSL 258.1º 0.31% 0.61% -
HSV(B) 258.1º 0.34% 0.73% -
XYZ 27.1 23.46 49.55 -
YUV 135.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 142 123 186 0.24 0.34 0 0.27 258.1 0.31 0.61
Hex 8E 7B BA 18 22 0 1B 102 1F 3D
Octal 216 173 272 30 42 0 33 402 37 75
Binary 10001110 1111011 10111010 11000 100010 0 11011 100000010 11111 111101

Color Harmonies of #8E7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7BBA

Black with #8E7BBA

Text Example


Text Example

White with #8E7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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