Html Css Color HEX #954DCE Deep Lilac

📋 copy color: '#954DCE'

red 149 ◦ green 77 ◦ blue 206

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

Shades of Deep Lilac #954DCE

Tints of Deep Lilac #954DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 34.49%
G = 17.82%
B = 47.69%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#954DCE (or 0x954DCE) is known color: Deep Lilac. HEX triplet: 95, 4D and CE. RGB value is (149,77,206). Sum of RGB (Red+Green+Blue) = 149+77+206=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #954DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DCE is #6AB231. Grayscale: #707070. Windows color (decimal): -6992434 or 13520277. OLE color: 13520277.

HSL color Cylindrical-coordinate representation of color #954DCE: hue angle of 273.49º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #954DCE is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 77 206 -
CMYK 0.28 0.63 0 0.19
HSL 273.49º 0.57% 0.55% -
HSV(B) 273.49º 0.63% 0.81% -
XYZ 26.19 16.15 60.13 -
YUV 113.23 180.35 153.51 -
System Red Green Blue C M Y K H S L
Decimal 149 77 206 0.28 0.63 0 0.19 273.49 0.57 0.55
Hex 95 4D CE 1C 3F 0 13 111 39 37
Octal 225 115 316 34 77 0 23 421 71 67
Binary 10010101 1001101 11001110 11100 111111 0 10011 100010001 111001 110111

Color Harmonies of #954DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DCE

Black with #954DCE

Text Example


Text Example

White with #954DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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