Html Css Color HEX #8153BA Deep Lilac

📋 copy color: '#8153BA'

red 129 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #8153BA

Tints of Deep Lilac #8153BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

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

R = 32.41%
G = 20.85%
B = 46.73%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8153BA (or 0x8153BA) is known color: Deep Lilac. HEX triplet: 81, 53 and BA. RGB value is (129,83,186). Sum of RGB (Red+Green+Blue) = 129+83+186=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #8153BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8153BA is #7EAC45. Grayscale: #6C6C6C. Windows color (decimal): -8301638 or 12211073. OLE color: 12211073.

HSL color Cylindrical-coordinate representation of color #8153BA: hue angle of 266.8º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8153BA is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 83 186 -
CMYK 0.31 0.55 0 0.27
HSL 266.8º 0.43% 0.53% -
HSV(B) 266.8º 0.55% 0.73% -
XYZ 21.01 14.4 48.13 -
YUV 108.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 129 83 186 0.31 0.55 0 0.27 266.8 0.43 0.53
Hex 81 53 BA 1F 37 0 1B 10B 2B 35
Octal 201 123 272 37 67 0 33 413 53 65
Binary 10000001 1010011 10111010 11111 110111 0 11011 100001011 101011 110101

Color Harmonies of #8153BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8153BA

Black with #8153BA

Text Example


Text Example

White with #8153BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8153BA; }

 p { color: rgb(129,83,186); }

 H1.HeaderClassName
 {
   color: #8153BA;
 }
 .AnyTagClassName
 {
   color: #8153BA;
 }
</style>

background-color css

<style>
 a { background-color: #8153BA; }

 a { background-color: rgb(129,83,186); }

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

border-color css

<style>
 span { border-color: #8153BA; }

 span { border-color: rgb(129,83,186); }

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