Html Css Color HEX #8948BC Deep Lilac

📋 copy color: '#8948BC'

red 137 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #8948BC

Tints of Deep Lilac #8948BC

RGB

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

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

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

R = 34.51%
G = 18.14%
B = 47.36%

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

#8948BC (or 0x8948BC) is known color: Deep Lilac. HEX triplet: 89, 48 and BC. RGB value is (137,72,188). Sum of RGB (Red+Green+Blue) = 137+72+188=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #8948BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8948BC is #76B743. Grayscale: #686868. Windows color (decimal): -7780164 or 12339337. OLE color: 12339337.

HSL color Cylindrical-coordinate representation of color #8948BC: hue angle of 273.62º 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 #8948BC is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 72 188 -
CMYK 0.27 0.62 0 0.26
HSL 273.62º 0.46% 0.51% -
HSV(B) 273.62º 0.62% 0.74% -
XYZ 21.71 13.58 49.05 -
YUV 104.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 137 72 188 0.27 0.62 0 0.26 273.62 0.46 0.51
Hex 89 48 BC 1B 3E 0 1A 112 2E 33
Octal 211 110 274 33 76 0 32 422 56 63
Binary 10001001 1001000 10111100 11011 111110 0 11010 100010010 101110 110011

Color Harmonies of #8948BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8948BC

Black with #8948BC

Text Example


Text Example

White with #8948BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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