Html Css Color HEX #953CAE Deep Lilac

📋 copy color: '#953CAE'

red 149 ◦ green 60 ◦ blue 174

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

Shades of Deep Lilac #953CAE

Tints of Deep Lilac #953CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.67%

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 38.9%
G = 15.67%
B = 45.43%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#953CAE (or 0x953CAE) is known color: Deep Lilac. HEX triplet: 95, 3C and AE. RGB value is (149,60,174). Sum of RGB (Red+Green+Blue) = 149+60+174=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #953CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953CAE is #6AC351. Grayscale: #636363. Windows color (decimal): -6996818 or 11418773. OLE color: 11418773.

HSL color Cylindrical-coordinate representation of color #953CAE: hue angle of 286.84º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953CAE is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 60 174 -
CMYK 0.14 0.66 0 0.32
HSL 286.84º 0.49% 0.46% -
HSV(B) 286.84º 0.66% 0.68% -
XYZ 21.65 12.68 41.35 -
YUV 99.61 169.99 163.23 -
System Red Green Blue C M Y K H S L
Decimal 149 60 174 0.14 0.66 0 0.32 286.84 0.49 0.46
Hex 95 3C AE E 42 0 20 11F 31 2E
Octal 225 74 256 16 102 0 40 437 61 56
Binary 10010101 111100 10101110 1110 1000010 0 100000 100011111 110001 101110

Color Harmonies of #953CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953CAE

Black with #953CAE

Text Example


Text Example

White with #953CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,60,174); }

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

background-color css

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

 a { background-color: rgb(149,60,174); }

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

border-color css

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

 span { border-color: rgb(149,60,174); }

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