Html Css Color HEX #8252BF Deep Lilac

📋 copy color: '#8252BF'

red 130 ◦ green 82 ◦ blue 191

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

Shades of Deep Lilac #8252BF

Tints of Deep Lilac #8252BF

RGB

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

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

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

R = 32.26%
G = 20.35%
B = 47.39%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8252BF (or 0x8252BF) is known color: Deep Lilac. HEX triplet: 82, 52 and BF. RGB value is (130,82,191). Sum of RGB (Red+Green+Blue) = 130+82+191=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #8252BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8252BF is #7DAD40. Grayscale: #6C6C6C. Windows color (decimal): -8236353 or 12538498. OLE color: 12538498.

HSL color Cylindrical-coordinate representation of color #8252BF: hue angle of 266.42º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8252BF is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 82 191 -
CMYK 0.32 0.57 0 0.25
HSL 266.42º 0.46% 0.54% -
HSV(B) 266.42º 0.57% 0.75% -
XYZ 21.63 14.54 50.96 -
YUV 108.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 130 82 191 0.32 0.57 0 0.25 266.42 0.46 0.54
Hex 82 52 BF 20 39 0 19 10A 2E 36
Octal 202 122 277 40 71 0 31 412 56 66
Binary 10000010 1010010 10111111 100000 111001 0 11001 100001010 101110 110110

Color Harmonies of #8252BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8252BF

Black with #8252BF

Text Example


Text Example

White with #8252BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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