Html Css Color HEX #8948CC Deep Lilac

📋 copy color: '#8948CC'

red 137 ◦ green 72 ◦ blue 204

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

Shades of Deep Lilac #8948CC

Tints of Deep Lilac #8948CC

RGB

 RED value IS 137 (53.91% from 255) = 33.17%

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 33.17%
G = 17.43%
B = 49.39%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8948CC (or 0x8948CC) is known color: Deep Lilac. HEX triplet: 89, 48 and CC. RGB value is (137,72,204). Sum of RGB (Red+Green+Blue) = 137+72+204=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #8948CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8948CC is #76B733. Grayscale: #6A6A6A. Windows color (decimal): -7780148 or 13387913. OLE color: 13387913.

HSL color Cylindrical-coordinate representation of color #8948CC: hue angle of 269.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8948CC is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 72 204 -
CMYK 0.33 0.65 0 0.2
HSL 269.55º 0.56% 0.54% -
HSV(B) 269.55º 0.65% 0.8% -
XYZ 23.53 14.31 58.65 -
YUV 106.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 137 72 204 0.33 0.65 0 0.2 269.55 0.56 0.54
Hex 89 48 CC 21 41 0 14 10E 38 36
Octal 211 110 314 41 101 0 24 416 70 66
Binary 10001001 1001000 11001100 100001 1000001 0 10100 100001110 111000 110110

Color Harmonies of #8948CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8948CC

Black with #8948CC

Text Example


Text Example

White with #8948CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8948CC; }

 p { color: rgb(137,72,204); }

 H1.HeaderClassName
 {
   color: #8948CC;
 }
 .AnyTagClassName
 {
   color: #8948CC;
 }
</style>

background-color css

<style>
 a { background-color: #8948CC; }

 a { background-color: rgb(137,72,204); }

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

border-color css

<style>
 span { border-color: #8948CC; }

 span { border-color: rgb(137,72,204); }

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