Html Css Color HEX #953EB6 Deep Lilac

📋 copy color: '#953EB6'

red 149 ◦ green 62 ◦ blue 182

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

Shades of Deep Lilac #953EB6

Tints of Deep Lilac #953EB6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.78%

 BLUE value IS 182 (71.48% from 255) = 46.31%

R = 37.91%
G = 15.78%
B = 46.31%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#953EB6 (or 0x953EB6) is known color: Deep Lilac. HEX triplet: 95, 3E and B6. RGB value is (149,62,182). Sum of RGB (Red+Green+Blue) = 149+62+182=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #953EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953EB6 is #6AC149. Grayscale: #656565. Windows color (decimal): -6996298 or 11943573. OLE color: 11943573.

HSL color Cylindrical-coordinate representation of color #953EB6: hue angle of 283.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953EB6 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 62 182 -
CMYK 0.18 0.66 0 0.29
HSL 283.5º 0.49% 0.48% -
HSV(B) 283.5º 0.66% 0.71% -
XYZ 22.56 13.21 45.62 -
YUV 101.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 149 62 182 0.18 0.66 0 0.29 283.5 0.49 0.48
Hex 95 3E B6 12 42 0 1D 11C 31 30
Octal 225 76 266 22 102 0 35 434 61 60
Binary 10010101 111110 10110110 10010 1000010 0 11101 100011100 110001 110000

Color Harmonies of #953EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953EB6

Black with #953EB6

Text Example


Text Example

White with #953EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,62,182); }

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

background-color css

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

 a { background-color: rgb(149,62,182); }

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

border-color css

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

 span { border-color: rgb(149,62,182); }

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