Html Css Color HEX #8254BA Deep Lilac

📋 copy color: '#8254BA'

red 130 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #8254BA

Tints of Deep Lilac #8254BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21%

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

R = 32.5%
G = 21%
B = 46.5%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8254BA (or 0x8254BA) is known color: Deep Lilac. HEX triplet: 82, 54 and BA. RGB value is (130,84,186). Sum of RGB (Red+Green+Blue) = 130+84+186=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #8254BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8254BA is #7DAB45. Grayscale: #6D6D6D. Windows color (decimal): -8235846 or 12211330. OLE color: 12211330.

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

Color convert

RGB 130 84 186 -
CMYK 0.30 0.55 0 0.27
HSL 267.06º 0.43% 0.53% -
HSV(B) 267.06º 0.55% 0.73% -
XYZ 21.24 14.63 48.16 -
YUV 109.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 130 84 186 0.30 0.55 0 0.27 267.06 0.43 0.53
Hex 82 54 BA 1E 37 0 1B 10B 2A 35
Octal 202 124 272 36 67 0 33 413 52 65
Binary 10000010 1010100 10111010 11110 110111 0 11011 100001011 101010 110101

Color Harmonies of #8254BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8254BA

Black with #8254BA

Text Example


Text Example

White with #8254BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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