Html Css Color HEX #953FBA Deep Lilac

📋 copy color: '#953FBA'

red 149 ◦ green 63 ◦ blue 186

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

Shades of Deep Lilac #953FBA

Tints of Deep Lilac #953FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.83%

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 37.44%
G = 15.83%
B = 46.73%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#953FBA (or 0x953FBA) is known color: Deep Lilac. HEX triplet: 95, 3F and BA. RGB value is (149,63,186). Sum of RGB (Red+Green+Blue) = 149+63+186=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #953FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FBA is #6AC045. Grayscale: #666666. Windows color (decimal): -6996038 or 12205973. OLE color: 12205973.

HSL color Cylindrical-coordinate representation of color #953FBA: hue angle of 281.95º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953FBA is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 63 186 -
CMYK 0.20 0.66 0 0.27
HSL 281.95º 0.49% 0.49% -
HSV(B) 281.95º 0.66% 0.73% -
XYZ 23.03 13.49 47.84 -
YUV 102.74 174.99 161 -
System Red Green Blue C M Y K H S L
Decimal 149 63 186 0.20 0.66 0 0.27 281.95 0.49 0.49
Hex 95 3F BA 14 42 0 1B 11A 31 31
Octal 225 77 272 24 102 0 33 432 61 61
Binary 10010101 111111 10111010 10100 1000010 0 11011 100011010 110001 110001

Color Harmonies of #953FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FBA

Black with #953FBA

Text Example


Text Example

White with #953FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,63,186); }

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

background-color css

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

 a { background-color: rgb(149,63,186); }

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

border-color css

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

 span { border-color: rgb(149,63,186); }

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