Html Css Color HEX #8A53BC Deep Lilac

📋 copy color: '#8A53BC'

red 138 ◦ green 83 ◦ blue 188

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

Shades of Deep Lilac #8A53BC

Tints of Deep Lilac #8A53BC

RGB

 RED value IS 138 (54.3% from 255) = 33.74%

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 33.74%
G = 20.29%
B = 45.97%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A53BC (or 0x8A53BC) is known color: Deep Lilac. HEX triplet: 8A, 53 and BC. RGB value is (138,83,188). Sum of RGB (Red+Green+Blue) = 138+83+188=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A53BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A53BC is #75AC43. Grayscale: #6F6F6F. Windows color (decimal): -7711812 or 12342154. OLE color: 12342154.

HSL color Cylindrical-coordinate representation of color #8A53BC: hue angle of 271.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A53BC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 83 188 -
CMYK 0.27 0.56 0 0.26
HSL 271.43º 0.44% 0.53% -
HSV(B) 271.43º 0.56% 0.74% -
XYZ 22.65 15.22 49.32 -
YUV 111.42 171.22 146.96 -
System Red Green Blue C M Y K H S L
Decimal 138 83 188 0.27 0.56 0 0.26 271.43 0.44 0.53
Hex 8A 53 BC 1B 38 0 1A 10F 2C 35
Octal 212 123 274 33 70 0 32 417 54 65
Binary 10001010 1010011 10111100 11011 111000 0 11010 100001111 101100 110101

Color Harmonies of #8A53BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A53BC

Black with #8A53BC

Text Example


Text Example

White with #8A53BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A53BC; }

 p { color: rgb(138,83,188); }

 H1.HeaderClassName
 {
   color: #8A53BC;
 }
 .AnyTagClassName
 {
   color: #8A53BC;
 }
</style>

background-color css

<style>
 a { background-color: #8A53BC; }

 a { background-color: rgb(138,83,188); }

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

border-color css

<style>
 span { border-color: #8A53BC; }

 span { border-color: rgb(138,83,188); }

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