Html Css Color HEX #953CB0 Deep Lilac

📋 copy color: '#953CB0'

red 149 ◦ green 60 ◦ blue 176

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

Shades of Deep Lilac #953CB0

Tints of Deep Lilac #953CB0

RGB

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

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

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

R = 38.7%
G = 15.58%
B = 45.71%

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

#953CB0 (or 0x953CB0) is known color: Deep Lilac. HEX triplet: 95, 3C and B0. RGB value is (149,60,176). Sum of RGB (Red+Green+Blue) = 149+60+176=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #953CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953CB0 is #6AC34F. Grayscale: #636363. Windows color (decimal): -6996816 or 11549845. OLE color: 11549845.

HSL color Cylindrical-coordinate representation of color #953CB0: hue angle of 286.03º degrees, saturation: 0.49, 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 #953CB0 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 60 176 -
CMYK 0.15 0.66 0 0.31
HSL 286.03º 0.49% 0.46% -
HSV(B) 286.03º 0.66% 0.69% -
XYZ 21.85 12.76 42.38 -
YUV 99.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 149 60 176 0.15 0.66 0 0.31 286.03 0.49 0.46
Hex 95 3C B0 F 42 0 1F 11E 31 2E
Octal 225 74 260 17 102 0 37 436 61 56
Binary 10010101 111100 10110000 1111 1000010 0 11111 100011110 110001 101110

Color Harmonies of #953CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953CB0

Black with #953CB0

Text Example


Text Example

White with #953CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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