Html Css Color HEX #8A48BC Deep Lilac

📋 copy color: '#8A48BC'

red 138 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #8A48BC

Tints of Deep Lilac #8A48BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.09%

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

R = 34.67%
G = 18.09%
B = 47.24%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A48BC (or 0x8A48BC) is known color: Deep Lilac. HEX triplet: 8A, 48 and BC. RGB value is (138,72,188). Sum of RGB (Red+Green+Blue) = 138+72+188=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A48BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A48BC is #75B743. Grayscale: #686868. Windows color (decimal): -7714628 or 12339338. OLE color: 12339338.

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

Color convert

RGB 138 72 188 -
CMYK 0.27 0.62 0 0.26
HSL 274.14º 0.46% 0.51% -
HSV(B) 274.14º 0.62% 0.74% -
XYZ 21.88 13.67 49.06 -
YUV 104.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 138 72 188 0.27 0.62 0 0.26 274.14 0.46 0.51
Hex 8A 48 BC 1B 3E 0 1A 112 2E 33
Octal 212 110 274 33 76 0 32 422 56 63
Binary 10001010 1001000 10111100 11011 111110 0 11010 100010010 101110 110011

Color Harmonies of #8A48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A48BC

Black with #8A48BC

Text Example


Text Example

White with #8A48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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