Html Css Color HEX #953DB0 Deep Lilac

📋 copy color: '#953DB0'

red 149 ◦ green 61 ◦ blue 176

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

Shades of Deep Lilac #953DB0

Tints of Deep Lilac #953DB0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.8%

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

R = 38.6%
G = 15.8%
B = 45.6%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#953DB0 (or 0x953DB0) is known color: Deep Lilac. HEX triplet: 95, 3D and B0. RGB value is (149,61,176). Sum of RGB (Red+Green+Blue) = 149+61+176=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #953DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953DB0 is #6AC24F. Grayscale: #646464. Windows color (decimal): -6996560 or 11550101. OLE color: 11550101.

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

Color convert

RGB 149 61 176 -
CMYK 0.15 0.65 0 0.31
HSL 285.91º 0.49% 0.46% -
HSV(B) 285.91º 0.65% 0.69% -
XYZ 21.9 12.86 42.4 -
YUV 100.42 170.65 162.65 -
System Red Green Blue C M Y K H S L
Decimal 149 61 176 0.15 0.65 0 0.31 285.91 0.49 0.46
Hex 95 3D B0 F 41 0 1F 11E 31 2E
Octal 225 75 260 17 101 0 37 436 61 56
Binary 10010101 111101 10110000 1111 1000001 0 11111 100011110 110001 101110

Color Harmonies of #953DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953DB0

Black with #953DB0

Text Example


Text Example

White with #953DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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