Html Css Color HEX #953BB0 Deep Lilac

📋 copy color: '#953BB0'

red 149 ◦ green 59 ◦ blue 176

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

Shades of Deep Lilac #953BB0

Tints of Deep Lilac #953BB0

RGB

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

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

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

R = 38.8%
G = 15.36%
B = 45.83%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#953BB0 (or 0x953BB0) is known color: Deep Lilac. HEX triplet: 95, 3B and B0. RGB value is (149,59,176). Sum of RGB (Red+Green+Blue) = 149+59+176=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #953BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953BB0 is #6AC44F. Grayscale: #626262. Windows color (decimal): -6997072 or 11549589. OLE color: 11549589.

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

Color convert

RGB 149 59 176 -
CMYK 0.15 0.66 0 0.31
HSL 286.15º 0.5% 0.46% -
HSV(B) 286.15º 0.66% 0.69% -
XYZ 21.79 12.65 42.37 -
YUV 99.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 149 59 176 0.15 0.66 0 0.31 286.15 0.5 0.46
Hex 95 3B B0 F 42 0 1F 11E 32 2E
Octal 225 73 260 17 102 0 37 436 62 56
Binary 10010101 111011 10110000 1111 1000010 0 11111 100011110 110010 101110

Color Harmonies of #953BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BB0

Black with #953BB0

Text Example


Text Example

White with #953BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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