Html Css Color HEX #954DC7 Deep Lilac

📋 copy color: '#954DC7'

red 149 ◦ green 77 ◦ blue 199

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

Shades of Deep Lilac #954DC7

Tints of Deep Lilac #954DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.82%

R = 35.06%
G = 18.12%
B = 46.82%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#954DC7 (or 0x954DC7) is known color: Deep Lilac. HEX triplet: 95, 4D and C7. RGB value is (149,77,199). Sum of RGB (Red+Green+Blue) = 149+77+199=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 199 - color contains mainly: blue. Hex color #954DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DC7 is #6AB238. Grayscale: #707070. Windows color (decimal): -6992441 or 13061525. OLE color: 13061525.

HSL color Cylindrical-coordinate representation of color #954DC7: hue angle of 275.41º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #954DC7 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 77 199 -
CMYK 0.25 0.61 0 0.22
HSL 275.41º 0.52% 0.54% -
HSV(B) 275.41º 0.61% 0.78% -
XYZ 25.36 15.82 55.75 -
YUV 112.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 149 77 199 0.25 0.61 0 0.22 275.41 0.52 0.54
Hex 95 4D C7 19 3D 0 16 113 34 36
Octal 225 115 307 31 75 0 26 423 64 66
Binary 10010101 1001101 11000111 11001 111101 0 10110 100010011 110100 110110

Color Harmonies of #954DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DC7

Black with #954DC7

Text Example


Text Example

White with #954DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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