Html Css Color HEX #953DAA Deep Lilac

📋 copy color: '#953DAA'

red 149 ◦ green 61 ◦ blue 170

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

Shades of Deep Lilac #953DAA

Tints of Deep Lilac #953DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 39.21%
G = 16.05%
B = 44.74%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#953DAA (or 0x953DAA) is known color: Deep Lilac. HEX triplet: 95, 3D and AA. RGB value is (149,61,170). Sum of RGB (Red+Green+Blue) = 149+61+170=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #953DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953DAA is #6AC255. Grayscale: #636363. Windows color (decimal): -6996566 or 11156885. OLE color: 11156885.

HSL color Cylindrical-coordinate representation of color #953DAA: hue angle of 288.44º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953DAA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 61 170 -
CMYK 0.12 0.64 0 0.33
HSL 288.44º 0.47% 0.45% -
HSV(B) 288.44º 0.64% 0.67% -
XYZ 21.32 12.63 39.34 -
YUV 99.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 149 61 170 0.12 0.64 0 0.33 288.44 0.47 0.45
Hex 95 3D AA C 40 0 21 120 2F 2D
Octal 225 75 252 14 100 0 41 440 57 55
Binary 10010101 111101 10101010 1100 1000000 0 100001 100100000 101111 101101

Color Harmonies of #953DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953DAA

Black with #953DAA

Text Example


Text Example

White with #953DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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