Html Css Color HEX #9441BD Deep Lilac

📋 copy color: '#9441BD'

red 148 ◦ green 65 ◦ blue 189

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

Shades of Deep Lilac #9441BD

Tints of Deep Lilac #9441BD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.17%

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 36.82%
G = 16.17%
B = 47.01%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9441BD (or 0x9441BD) is known color: Deep Lilac. HEX triplet: 94, 41 and BD. RGB value is (148,65,189). Sum of RGB (Red+Green+Blue) = 148+65+189=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #9441BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9441BD is #6BBE42. Grayscale: #676767. Windows color (decimal): -7061059 or 12403092. OLE color: 12403092.

HSL color Cylindrical-coordinate representation of color #9441BD: hue angle of 280.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9441BD is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 65 189 -
CMYK 0.22 0.66 0 0.26
HSL 280.16º 0.49% 0.5% -
HSV(B) 280.16º 0.66% 0.74% -
XYZ 23.29 13.75 49.57 -
YUV 103.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 148 65 189 0.22 0.66 0 0.26 280.16 0.49 0.5
Hex 94 41 BD 16 42 0 1A 118 31 32
Octal 224 101 275 26 102 0 32 430 61 62
Binary 10010100 1000001 10111101 10110 1000010 0 11010 100011000 110001 110010

Color Harmonies of #9441BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9441BD

Black with #9441BD

Text Example


Text Example

White with #9441BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9441BD; }

 p { color: rgb(148,65,189); }

 H1.HeaderClassName
 {
   color: #9441BD;
 }
 .AnyTagClassName
 {
   color: #9441BD;
 }
</style>

background-color css

<style>
 a { background-color: #9441BD; }

 a { background-color: rgb(148,65,189); }

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

border-color css

<style>
 span { border-color: #9441BD; }

 span { border-color: rgb(148,65,189); }

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