Html Css Color HEX #8150BB Deep Lilac

📋 copy color: '#8150BB'

red 129 ◦ green 80 ◦ blue 187

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

Shades of Deep Lilac #8150BB

Tints of Deep Lilac #8150BB

RGB

 RED value IS 129 (50.78% from 255) = 32.58%

 GREEN value IS 80 (31.64% from 255) = 20.2%

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 32.58%
G = 20.2%
B = 47.22%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8150BB (or 0x8150BB) is known color: Deep Lilac. HEX triplet: 81, 50 and BB. RGB value is (129,80,187). Sum of RGB (Red+Green+Blue) = 129+80+187=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #8150BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8150BB is #7EAF44. Grayscale: #6A6A6A. Windows color (decimal): -8302405 or 12275841. OLE color: 12275841.

HSL color Cylindrical-coordinate representation of color #8150BB: hue angle of 267.48º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8150BB is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 80 187 -
CMYK 0.31 0.57 0 0.27
HSL 267.48º 0.44% 0.52% -
HSV(B) 267.48º 0.57% 0.73% -
XYZ 20.89 13.99 48.61 -
YUV 106.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 129 80 187 0.31 0.57 0 0.27 267.48 0.44 0.52
Hex 81 50 BB 1F 39 0 1B 10B 2C 34
Octal 201 120 273 37 71 0 33 413 54 64
Binary 10000001 1010000 10111011 11111 111001 0 11011 100001011 101100 110100

Color Harmonies of #8150BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8150BB

Black with #8150BB

Text Example


Text Example

White with #8150BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8150BB; }

 p { color: rgb(129,80,187); }

 H1.HeaderClassName
 {
   color: #8150BB;
 }
 .AnyTagClassName
 {
   color: #8150BB;
 }
</style>

background-color css

<style>
 a { background-color: #8150BB; }

 a { background-color: rgb(129,80,187); }

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

border-color css

<style>
 span { border-color: #8150BB; }

 span { border-color: rgb(129,80,187); }

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