Html Css Color HEX #954DAF Deep Lilac

📋 copy color: '#954DAF'

red 149 ◦ green 77 ◦ blue 175

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

Shades of Deep Lilac #954DAF

Tints of Deep Lilac #954DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.2%

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 37.16%
G = 19.2%
B = 43.64%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#954DAF (or 0x954DAF) is known color: Deep Lilac. HEX triplet: 95, 4D and AF. RGB value is (149,77,175). Sum of RGB (Red+Green+Blue) = 149+77+175=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #954DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954DAF is #6AB250. Grayscale: #6D6D6D. Windows color (decimal): -6992465 or 11488661. OLE color: 11488661.

HSL color Cylindrical-coordinate representation of color #954DAF: hue angle of 284.08º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954DAF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 77 175 -
CMYK 0.15 0.56 0 0.31
HSL 284.08º 0.39% 0.49% -
HSV(B) 284.08º 0.56% 0.69% -
XYZ 22.79 14.79 42.21 -
YUV 109.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 149 77 175 0.15 0.56 0 0.31 284.08 0.39 0.49
Hex 95 4D AF F 38 0 1F 11C 27 31
Octal 225 115 257 17 70 0 37 434 47 61
Binary 10010101 1001101 10101111 1111 111000 0 11111 100011100 100111 110001

Color Harmonies of #954DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DAF

Black with #954DAF

Text Example


Text Example

White with #954DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954DAF; }

 p { color: rgb(149,77,175); }

 H1.HeaderClassName
 {
   color: #954DAF;
 }
 .AnyTagClassName
 {
   color: #954DAF;
 }
</style>

background-color css

<style>
 a { background-color: #954DAF; }

 a { background-color: rgb(149,77,175); }

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

border-color css

<style>
 span { border-color: #954DAF; }

 span { border-color: rgb(149,77,175); }

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