Html Css Color HEX #8A4CBB Deep Lilac

📋 copy color: '#8A4CBB'

red 138 ◦ green 76 ◦ blue 187

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

Shades of Deep Lilac #8A4CBB

Tints of Deep Lilac #8A4CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.95%

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 34.41%
G = 18.95%
B = 46.63%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A4CBB (or 0x8A4CBB) is known color: Deep Lilac. HEX triplet: 8A, 4C and BB. RGB value is (138,76,187). Sum of RGB (Red+Green+Blue) = 138+76+187=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A4CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4CBB is #75B344. Grayscale: #6A6A6A. Windows color (decimal): -7713605 or 12274826. OLE color: 12274826.

HSL color Cylindrical-coordinate representation of color #8A4CBB: hue angle of 273.51º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A4CBB is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 76 187 -
CMYK 0.26 0.59 0 0.27
HSL 273.51º 0.45% 0.52% -
HSV(B) 273.51º 0.59% 0.73% -
XYZ 22.04 14.16 48.59 -
YUV 107.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 138 76 187 0.26 0.59 0 0.27 273.51 0.45 0.52
Hex 8A 4C BB 1A 3B 0 1B 112 2D 34
Octal 212 114 273 32 73 0 33 422 55 64
Binary 10001010 1001100 10111011 11010 111011 0 11011 100010010 101101 110100

Color Harmonies of #8A4CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4CBB

Black with #8A4CBB

Text Example


Text Example

White with #8A4CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,76,187); }

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

background-color css

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

 a { background-color: rgb(138,76,187); }

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

border-color css

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

 span { border-color: rgb(138,76,187); }

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