Html Css Color HEX #9443BD Deep Lilac

📋 copy color: '#9443BD'

red 148 ◦ green 67 ◦ blue 189

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

Shades of Deep Lilac #9443BD

Tints of Deep Lilac #9443BD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.58%

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

R = 36.63%
G = 16.58%
B = 46.78%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9443BD (or 0x9443BD) is known color: Deep Lilac. HEX triplet: 94, 43 and BD. RGB value is (148,67,189). Sum of RGB (Red+Green+Blue) = 148+67+189=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #9443BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9443BD is #6BBC42. Grayscale: #686868. Windows color (decimal): -7060547 or 12403604. OLE color: 12403604.

HSL color Cylindrical-coordinate representation of color #9443BD: hue angle of 279.84º 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 #9443BD is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 67 189 -
CMYK 0.22 0.65 0 0.26
HSL 279.84º 0.48% 0.5% -
HSV(B) 279.84º 0.65% 0.74% -
XYZ 23.41 13.98 49.61 -
YUV 105.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 148 67 189 0.22 0.65 0 0.26 279.84 0.48 0.5
Hex 94 43 BD 16 41 0 1A 118 30 32
Octal 224 103 275 26 101 0 32 430 60 62
Binary 10010100 1000011 10111101 10110 1000001 0 11010 100011000 110000 110010

Color Harmonies of #9443BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9443BD

Black with #9443BD

Text Example


Text Example

White with #9443BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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