Html Css Color HEX #955DBA Deep Lilac

📋 copy color: '#955DBA'

red 149 ◦ green 93 ◦ blue 186

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

Shades of Deep Lilac #955DBA

Tints of Deep Lilac #955DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 34.81%
G = 21.73%
B = 43.46%

CMYK

 C value IS 0.20

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#955DBA (or 0x955DBA) is known color: Deep Lilac. HEX triplet: 95, 5D and BA. RGB value is (149,93,186). Sum of RGB (Red+Green+Blue) = 149+93+186=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #955DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DBA is #6AA245. Grayscale: #787878. Windows color (decimal): -6988358 or 12213653. OLE color: 12213653.

HSL color Cylindrical-coordinate representation of color #955DBA: hue angle of 276.13º degrees, saturation: 0.4, 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 #955DBA is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 93 186 -
CMYK 0.20 0.5 0 0.27
HSL 276.13º 0.4% 0.55% -
HSV(B) 276.13º 0.5% 0.73% -
XYZ 25.17 17.76 48.56 -
YUV 120.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 149 93 186 0.20 0.5 0 0.27 276.13 0.4 0.55
Hex 95 5D BA 14 32 0 1B 114 28 37
Octal 225 135 272 24 62 0 33 424 50 67
Binary 10010101 1011101 10111010 10100 110010 0 11011 100010100 101000 110111

Color Harmonies of #955DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955DBA

Black with #955DBA

Text Example


Text Example

White with #955DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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