Html Css Color HEX #8255BF Deep Lilac

📋 copy color: '#8255BF'

red 130 ◦ green 85 ◦ blue 191

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

Shades of Deep Lilac #8255BF

Tints of Deep Lilac #8255BF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.94%

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

R = 32.02%
G = 20.94%
B = 47.04%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8255BF (or 0x8255BF) is known color: Deep Lilac. HEX triplet: 82, 55 and BF. RGB value is (130,85,191). Sum of RGB (Red+Green+Blue) = 130+85+191=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #8255BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255BF is #7DAA40. Grayscale: #6E6E6E. Windows color (decimal): -8235585 or 12539266. OLE color: 12539266.

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

Color convert

RGB 130 85 191 -
CMYK 0.32 0.55 0 0.25
HSL 265.47º 0.45% 0.54% -
HSV(B) 265.47º 0.55% 0.75% -
XYZ 21.86 15 51.03 -
YUV 110.54 173.41 141.88 -
System Red Green Blue C M Y K H S L
Decimal 130 85 191 0.32 0.55 0 0.25 265.47 0.45 0.54
Hex 82 55 BF 20 37 0 19 109 2D 36
Octal 202 125 277 40 67 0 31 411 55 66
Binary 10000010 1010101 10111111 100000 110111 0 11001 100001001 101101 110110

Color Harmonies of #8255BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8255BF

Black with #8255BF

Text Example


Text Example

White with #8255BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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