Html Css Color HEX #8E5BBF Deep Lilac

📋 copy color: '#8E5BBF'

red 142 ◦ green 91 ◦ blue 191

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

Shades of Deep Lilac #8E5BBF

Tints of Deep Lilac #8E5BBF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.46%

 BLUE value IS 191 (75% from 255) = 45.05%

R = 33.49%
G = 21.46%
B = 45.05%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E5BBF (or 0x8E5BBF) is known color: Deep Lilac. HEX triplet: 8E, 5B and BF. RGB value is (142,91,191). Sum of RGB (Red+Green+Blue) = 142+91+191=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E5BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5BBF is #71A440. Grayscale: #757575. Windows color (decimal): -7447617 or 12540814. OLE color: 12540814.

HSL color Cylindrical-coordinate representation of color #8E5BBF: hue angle of 270.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E5BBF is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 91 191 -
CMYK 0.26 0.52 0 0.25
HSL 270.6º 0.44% 0.55% -
HSV(B) 270.6º 0.52% 0.75% -
XYZ 24.3 16.99 51.29 -
YUV 117.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 142 91 191 0.26 0.52 0 0.25 270.6 0.44 0.55
Hex 8E 5B BF 1A 34 0 19 10F 2C 37
Octal 216 133 277 32 64 0 31 417 54 67
Binary 10001110 1011011 10111111 11010 110100 0 11001 100001111 101100 110111

Color Harmonies of #8E5BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5BBF

Black with #8E5BBF

Text Example


Text Example

White with #8E5BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,91,191); }

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

background-color css

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

 a { background-color: rgb(142,91,191); }

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

border-color css

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

 span { border-color: rgb(142,91,191); }

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