Html Css Color HEX #8252BA Deep Lilac

📋 copy color: '#8252BA'

red 130 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #8252BA

Tints of Deep Lilac #8252BA

RGB

 RED value IS 130 (51.17% from 255) = 32.66%

 GREEN value IS 82 (32.42% from 255) = 20.6%

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

R = 32.66%
G = 20.6%
B = 46.73%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8252BA (or 0x8252BA) is known color: Deep Lilac. HEX triplet: 82, 52 and BA. RGB value is (130,82,186). Sum of RGB (Red+Green+Blue) = 130+82+186=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 82 (32.42% from 255 or 20.60% 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 #8252BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8252BA is #7DAD45. Grayscale: #6B6B6B. Windows color (decimal): -8236358 or 12210818. OLE color: 12210818.

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

Color convert

RGB 130 82 186 -
CMYK 0.30 0.56 0 0.27
HSL 267.69º 0.43% 0.53% -
HSV(B) 267.69º 0.56% 0.73% -
XYZ 21.09 14.33 48.11 -
YUV 108.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 130 82 186 0.30 0.56 0 0.27 267.69 0.43 0.53
Hex 82 52 BA 1E 38 0 1B 10C 2B 35
Octal 202 122 272 36 70 0 33 414 53 65
Binary 10000010 1010010 10111010 11110 111000 0 11011 100001100 101011 110101

Color Harmonies of #8252BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8252BA

Black with #8252BA

Text Example


Text Example

White with #8252BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,82,186); }

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

background-color css

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

 a { background-color: rgb(130,82,186); }

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

border-color css

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

 span { border-color: rgb(130,82,186); }

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