Html Css Color HEX #8257BD Deep Lilac

📋 copy color: '#8257BD'

red 130 ◦ green 87 ◦ blue 189

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

Shades of Deep Lilac #8257BD

Tints of Deep Lilac #8257BD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.43%

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 32.02%
G = 21.43%
B = 46.55%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8257BD (or 0x8257BD) is known color: Deep Lilac. HEX triplet: 82, 57 and BD. RGB value is (130,87,189). Sum of RGB (Red+Green+Blue) = 130+87+189=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #8257BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8257BD is #7DA842. Grayscale: #6F6F6F. Windows color (decimal): -8235075 or 12408706. OLE color: 12408706.

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

Color convert

RGB 130 87 189 -
CMYK 0.31 0.54 0 0.26
HSL 265.29º 0.44% 0.54% -
HSV(B) 265.29º 0.54% 0.74% -
XYZ 21.8 15.24 49.94 -
YUV 111.49 171.75 141.21 -
System Red Green Blue C M Y K H S L
Decimal 130 87 189 0.31 0.54 0 0.26 265.29 0.44 0.54
Hex 82 57 BD 1F 36 0 1A 109 2C 36
Octal 202 127 275 37 66 0 32 411 54 66
Binary 10000010 1010111 10111101 11111 110110 0 11010 100001001 101100 110110

Color Harmonies of #8257BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8257BD

Black with #8257BD

Text Example


Text Example

White with #8257BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8257BD; }

 p { color: rgb(130,87,189); }

 H1.HeaderClassName
 {
   color: #8257BD;
 }
 .AnyTagClassName
 {
   color: #8257BD;
 }
</style>

background-color css

<style>
 a { background-color: #8257BD; }

 a { background-color: rgb(130,87,189); }

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

border-color css

<style>
 span { border-color: #8257BD; }

 span { border-color: rgb(130,87,189); }

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