Html Css Color HEX #955DB0 Deep Lilac

📋 copy color: '#955DB0'

red 149 ◦ green 93 ◦ blue 176

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

Shades of Deep Lilac #955DB0

Tints of Deep Lilac #955DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.25%

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 35.65%
G = 22.25%
B = 42.11%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#955DB0 (or 0x955DB0) is known color: Deep Lilac. HEX triplet: 95, 5D and B0. RGB value is (149,93,176). Sum of RGB (Red+Green+Blue) = 149+93+176=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #955DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955DB0 is #6AA24F. Grayscale: #767676. Windows color (decimal): -6988368 or 11558293. OLE color: 11558293.

HSL color Cylindrical-coordinate representation of color #955DB0: hue angle of 280.48º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #955DB0 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 93 176 -
CMYK 0.15 0.47 0 0.31
HSL 280.48º 0.34% 0.53% -
HSV(B) 280.48º 0.47% 0.69% -
XYZ 24.15 17.35 43.15 -
YUV 119.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 149 93 176 0.15 0.47 0 0.31 280.48 0.34 0.53
Hex 95 5D B0 F 2F 0 1F 118 22 35
Octal 225 135 260 17 57 0 37 430 42 65
Binary 10010101 1011101 10110000 1111 101111 0 11111 100011000 100010 110101

Color Harmonies of #955DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955DB0

Black with #955DB0

Text Example


Text Example

White with #955DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955DB0; }

 p { color: rgb(149,93,176); }

 H1.HeaderClassName
 {
   color: #955DB0;
 }
 .AnyTagClassName
 {
   color: #955DB0;
 }
</style>

background-color css

<style>
 a { background-color: #955DB0; }

 a { background-color: rgb(149,93,176); }

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

border-color css

<style>
 span { border-color: #955DB0; }

 span { border-color: rgb(149,93,176); }

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