Html Css Color HEX #953BAD Deep Lilac

📋 copy color: '#953BAD'

red 149 ◦ green 59 ◦ blue 173

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

Shades of Deep Lilac #953BAD

Tints of Deep Lilac #953BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 39.11%
G = 15.49%
B = 45.41%

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

#953BAD (or 0x953BAD) is known color: Deep Lilac. HEX triplet: 95, 3B and AD. RGB value is (149,59,173). Sum of RGB (Red+Green+Blue) = 149+59+173=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #953BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953BAD is #6AC452. Grayscale: #626262. Windows color (decimal): -6997075 or 11352981. OLE color: 11352981.

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

Color convert

RGB 149 59 173 -
CMYK 0.14 0.66 0 0.32
HSL 287.37º 0.49% 0.45% -
HSV(B) 287.37º 0.66% 0.68% -
XYZ 21.5 12.53 40.82 -
YUV 98.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 149 59 173 0.14 0.66 0 0.32 287.37 0.49 0.45
Hex 95 3B AD E 42 0 20 11F 31 2D
Octal 225 73 255 16 102 0 40 437 61 55
Binary 10010101 111011 10101101 1110 1000010 0 100000 100011111 110001 101101

Color Harmonies of #953BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BAD

Black with #953BAD

Text Example


Text Example

White with #953BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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