Html Css Color HEX #9555B3 Deep Lilac

📋 copy color: '#9555B3'

red 149 ◦ green 85 ◦ blue 179

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

Shades of Deep Lilac #9555B3

Tints of Deep Lilac #9555B3

RGB

 RED value IS 149 (58.59% from 255) = 36.08%

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

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

R = 36.08%
G = 20.58%
B = 43.34%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9555B3 (or 0x9555B3) is known color: Deep Lilac. HEX triplet: 95, 55 and B3. RGB value is (149,85,179). Sum of RGB (Red+Green+Blue) = 149+85+179=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 179 - color contains mainly: blue. Hex color #9555B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9555B3 is #6AAA4C. Grayscale: #727272. Windows color (decimal): -6990413 or 11752853. OLE color: 11752853.

HSL color Cylindrical-coordinate representation of color #9555B3: hue angle of 280.85º 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 #9555B3 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 85 179 -
CMYK 0.17 0.53 0 0.30
HSL 280.85º 0.38% 0.52% -
HSV(B) 280.85º 0.53% 0.7% -
XYZ 23.78 16.14 44.51 -
YUV 114.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 149 85 179 0.17 0.53 0 0.30 280.85 0.38 0.52
Hex 95 55 B3 11 35 0 1E 119 26 34
Octal 225 125 263 21 65 0 36 431 46 64
Binary 10010101 1010101 10110011 10001 110101 0 11110 100011001 100110 110100

Color Harmonies of #9555B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9555B3

Black with #9555B3

Text Example


Text Example

White with #9555B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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