Html Css Color HEX #953BAC Deep Lilac

📋 copy color: '#953BAC'

red 149 ◦ green 59 ◦ blue 172

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

Shades of Deep Lilac #953BAC

Tints of Deep Lilac #953BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.53%

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 39.21%
G = 15.53%
B = 45.26%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#953BAC (or 0x953BAC) is known color: Deep Lilac. HEX triplet: 95, 3B and AC. RGB value is (149,59,172). Sum of RGB (Red+Green+Blue) = 149+59+172=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #953BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953BAC is #6AC453. Grayscale: #626262. Windows color (decimal): -6997076 or 11287445. OLE color: 11287445.

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

Color convert

RGB 149 59 172 -
CMYK 0.13 0.66 0 0.33
HSL 287.79º 0.49% 0.45% -
HSV(B) 287.79º 0.66% 0.67% -
XYZ 21.4 12.5 40.31 -
YUV 98.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 149 59 172 0.13 0.66 0 0.33 287.79 0.49 0.45
Hex 95 3B AC D 42 0 21 120 31 2D
Octal 225 73 254 15 102 0 41 440 61 55
Binary 10010101 111011 10101100 1101 1000010 0 100001 100100000 110001 101101

Color Harmonies of #953BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BAC

Black with #953BAC

Text Example


Text Example

White with #953BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,59,172); }

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

background-color css

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

 a { background-color: rgb(149,59,172); }

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

border-color css

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

 span { border-color: rgb(149,59,172); }

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