Html Css Color HEX #993FB2 Deep Lilac

📋 copy color: '#993FB2'

red 153 ◦ green 63 ◦ blue 178

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

Shades of Deep Lilac #993FB2

Tints of Deep Lilac #993FB2

RGB

 RED value IS 153 (60.16% from 255) = 38.83%

 GREEN value IS 63 (25% from 255) = 15.99%

 BLUE value IS 178 (69.92% from 255) = 45.18%

R = 38.83%
G = 15.99%
B = 45.18%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#993FB2 (or 0x993FB2) is known color: Deep Lilac. HEX triplet: 99, 3F and B2. RGB value is (153,63,178). Sum of RGB (Red+Green+Blue) = 153+63+178=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 178 - color contains mainly: blue. Hex color #993FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993FB2 is #66C04D. Grayscale: #666666. Windows color (decimal): -6733902 or 11681689. OLE color: 11681689.

HSL color Cylindrical-coordinate representation of color #993FB2: hue angle of 286.96º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993FB2 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 63 178 -
CMYK 0.14 0.65 0 0.30
HSL 286.96º 0.48% 0.47% -
HSV(B) 286.96º 0.65% 0.7% -
XYZ 22.95 13.54 43.52 -
YUV 103.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 153 63 178 0.14 0.65 0 0.30 286.96 0.48 0.47
Hex 99 3F B2 E 41 0 1E 11F 30 2F
Octal 231 77 262 16 101 0 36 437 60 57
Binary 10011001 111111 10110010 1110 1000001 0 11110 100011111 110000 101111

Color Harmonies of #993FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FB2

Black with #993FB2

Text Example


Text Example

White with #993FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993FB2; }

 p { color: rgb(153,63,178); }

 H1.HeaderClassName
 {
   color: #993FB2;
 }
 .AnyTagClassName
 {
   color: #993FB2;
 }
</style>

background-color css

<style>
 a { background-color: #993FB2; }

 a { background-color: rgb(153,63,178); }

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

border-color css

<style>
 span { border-color: #993FB2; }

 span { border-color: rgb(153,63,178); }

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