Html Css Color HEX #955DBB Deep Lilac

📋 copy color: '#955DBB'

red 149 ◦ green 93 ◦ blue 187

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

Shades of Deep Lilac #955DBB

Tints of Deep Lilac #955DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.59%

R = 34.73%
G = 21.68%
B = 43.59%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#955DBB (or 0x955DBB) is known color: Deep Lilac. HEX triplet: 95, 5D and BB. RGB value is (149,93,187). Sum of RGB (Red+Green+Blue) = 149+93+187=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #955DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DBB is #6AA244. Grayscale: #787878. Windows color (decimal): -6988357 or 12279189. OLE color: 12279189.

HSL color Cylindrical-coordinate representation of color #955DBB: hue angle of 275.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #955DBB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 93 187 -
CMYK 0.20 0.50 0 0.27
HSL 275.74º 0.41% 0.55% -
HSV(B) 275.74º 0.5% 0.73% -
XYZ 25.28 17.81 49.12 -
YUV 120.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 149 93 187 0.20 0.50 0 0.27 275.74 0.41 0.55
Hex 95 5D BB 14 32 0 1B 114 29 37
Octal 225 135 273 24 62 0 33 424 51 67
Binary 10010101 1011101 10111011 10100 110010 0 11011 100010100 101001 110111

Color Harmonies of #955DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955DBB

Black with #955DBB

Text Example


Text Example

White with #955DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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