Html Css Color HEX #8253C0 Deep Lilac

📋 copy color: '#8253C0'

red 130 ◦ green 83 ◦ blue 192

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

Shades of Deep Lilac #8253C0

Tints of Deep Lilac #8253C0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.49%

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 32.1%
G = 20.49%
B = 47.41%

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

#8253C0 (or 0x8253C0) is known color: Deep Lilac. HEX triplet: 82, 53 and C0. RGB value is (130,83,192). Sum of RGB (Red+Green+Blue) = 130+83+192=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #8253C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253C0 is #7DAC3F. Grayscale: #6D6D6D. Windows color (decimal): -8236096 or 12604290. OLE color: 12604290.

HSL color Cylindrical-coordinate representation of color #8253C0: hue angle of 265.87º 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 #8253C0 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 83 192 -
CMYK 0.32 0.57 0 0.25
HSL 265.87º 0.46% 0.54% -
HSV(B) 265.87º 0.57% 0.75% -
XYZ 21.81 14.74 51.56 -
YUV 109.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 130 83 192 0.32 0.57 0 0.25 265.87 0.46 0.54
Hex 82 53 C0 20 39 0 19 10A 2E 36
Octal 202 123 300 40 71 0 31 412 56 66
Binary 10000010 1010011 11000000 100000 111001 0 11001 100001010 101110 110110

Color Harmonies of #8253C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8253C0

Black with #8253C0

Text Example


Text Example

White with #8253C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8253C0; }

 p { color: rgb(130,83,192); }

 H1.HeaderClassName
 {
   color: #8253C0;
 }
 .AnyTagClassName
 {
   color: #8253C0;
 }
</style>

background-color css

<style>
 a { background-color: #8253C0; }

 a { background-color: rgb(130,83,192); }

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

border-color css

<style>
 span { border-color: #8253C0; }

 span { border-color: rgb(130,83,192); }

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