Html Css Color HEX #9442BC Deep Lilac

📋 copy color: '#9442BC'

red 148 ◦ green 66 ◦ blue 188

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

Shades of Deep Lilac #9442BC

Tints of Deep Lilac #9442BC

RGB

 RED value IS 148 (58.2% from 255) = 36.82%

 GREEN value IS 66 (26.17% from 255) = 16.42%

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

R = 36.82%
G = 16.42%
B = 46.77%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9442BC (or 0x9442BC) is known color: Deep Lilac. HEX triplet: 94, 42 and BC. RGB value is (148,66,188). Sum of RGB (Red+Green+Blue) = 148+66+188=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #9442BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9442BC is #6BBD43. Grayscale: #686868. Windows color (decimal): -7060804 or 12337812. OLE color: 12337812.

HSL color Cylindrical-coordinate representation of color #9442BC: hue angle of 280.33º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9442BC is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 66 188 -
CMYK 0.21 0.65 0 0.26
HSL 280.33º 0.48% 0.5% -
HSV(B) 280.33º 0.65% 0.74% -
XYZ 23.24 13.82 49.02 -
YUV 104.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 148 66 188 0.21 0.65 0 0.26 280.33 0.48 0.5
Hex 94 42 BC 15 41 0 1A 118 30 32
Octal 224 102 274 25 101 0 32 430 60 62
Binary 10010100 1000010 10111100 10101 1000001 0 11010 100011000 110000 110010

Color Harmonies of #9442BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9442BC

Black with #9442BC

Text Example


Text Example

White with #9442BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,66,188); }

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

background-color css

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

 a { background-color: rgb(148,66,188); }

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

border-color css

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

 span { border-color: rgb(148,66,188); }

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