Html Css Color HEX #9955B3 Deep Lilac

📋 copy color: '#9955B3'

red 153 ◦ green 85 ◦ blue 179

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

Shades of Deep Lilac #9955B3

Tints of Deep Lilac #9955B3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

 BLUE value IS 179 (70.31% from 255) = 42.93%

R = 36.69%
G = 20.38%
B = 42.93%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9955B3 (or 0x9955B3) is known color: Deep Lilac. HEX triplet: 99, 55 and B3. RGB value is (153,85,179). Sum of RGB (Red+Green+Blue) = 153+85+179=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #9955B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9955B3 is #66AA4C. Grayscale: #737373. Windows color (decimal): -6728269 or 11752857. OLE color: 11752857.

HSL color Cylindrical-coordinate representation of color #9955B3: hue angle of 283.4º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9955B3 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 85 179 -
CMYK 0.15 0.53 0 0.30
HSL 283.4º 0.38% 0.52% -
HSV(B) 283.4º 0.53% 0.7% -
XYZ 24.52 16.52 44.54 -
YUV 116.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 153 85 179 0.15 0.53 0 0.30 283.4 0.38 0.52
Hex 99 55 B3 F 35 0 1E 11B 26 34
Octal 231 125 263 17 65 0 36 433 46 64
Binary 10011001 1010101 10110011 1111 110101 0 11110 100011011 100110 110100

Color Harmonies of #9955B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9955B3

Black with #9955B3

Text Example


Text Example

White with #9955B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9955B3; }

 p { color: rgb(153,85,179); }

 H1.HeaderClassName
 {
   color: #9955B3;
 }
 .AnyTagClassName
 {
   color: #9955B3;
 }
</style>

background-color css

<style>
 a { background-color: #9955B3; }

 a { background-color: rgb(153,85,179); }

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

border-color css

<style>
 span { border-color: #9955B3; }

 span { border-color: rgb(153,85,179); }

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