Html Css Color HEX #8153BC Deep Lilac

📋 copy color: '#8153BC'

red 129 ◦ green 83 ◦ blue 188

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

Shades of Deep Lilac #8153BC

Tints of Deep Lilac #8153BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47%

R = 32.25%
G = 20.75%
B = 47%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8153BC (or 0x8153BC) is known color: Deep Lilac. HEX triplet: 81, 53 and BC. RGB value is (129,83,188). Sum of RGB (Red+Green+Blue) = 129+83+188=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #8153BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8153BC is #7EAC43. Grayscale: #6C6C6C. Windows color (decimal): -8301636 or 12342145. OLE color: 12342145.

HSL color Cylindrical-coordinate representation of color #8153BC: hue angle of 266.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8153BC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 83 188 -
CMYK 0.31 0.56 0 0.26
HSL 266.29º 0.44% 0.53% -
HSV(B) 266.29º 0.56% 0.74% -
XYZ 21.22 14.48 49.25 -
YUV 108.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 129 83 188 0.31 0.56 0 0.26 266.29 0.44 0.53
Hex 81 53 BC 1F 38 0 1A 10A 2C 35
Octal 201 123 274 37 70 0 32 412 54 65
Binary 10000001 1010011 10111100 11111 111000 0 11010 100001010 101100 110101

Color Harmonies of #8153BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8153BC

Black with #8153BC

Text Example


Text Example

White with #8153BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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