Html Css Color HEX #954FC1 Deep Lilac

📋 copy color: '#954FC1'

red 149 ◦ green 79 ◦ blue 193

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

Shades of Deep Lilac #954FC1

Tints of Deep Lilac #954FC1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.76%

 BLUE value IS 193 (75.78% from 255) = 45.84%

R = 35.39%
G = 18.76%
B = 45.84%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#954FC1 (or 0x954FC1) is known color: Deep Lilac. HEX triplet: 95, 4F and C1. RGB value is (149,79,193). Sum of RGB (Red+Green+Blue) = 149+79+193=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #954FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FC1 is #6AB03E. Grayscale: #707070. Windows color (decimal): -6991935 or 12668821. OLE color: 12668821.

HSL color Cylindrical-coordinate representation of color #954FC1: hue angle of 276.84º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #954FC1 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 79 193 -
CMYK 0.23 0.59 0 0.24
HSL 276.84º 0.48% 0.53% -
HSV(B) 276.84º 0.59% 0.76% -
XYZ 24.82 15.83 52.2 -
YUV 112.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 149 79 193 0.23 0.59 0 0.24 276.84 0.48 0.53
Hex 95 4F C1 17 3B 0 18 115 30 35
Octal 225 117 301 27 73 0 30 425 60 65
Binary 10010101 1001111 11000001 10111 111011 0 11000 100010101 110000 110101

Color Harmonies of #954FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FC1

Black with #954FC1

Text Example


Text Example

White with #954FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,79,193); }

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

background-color css

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

 a { background-color: rgb(149,79,193); }

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

border-color css

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

 span { border-color: rgb(149,79,193); }

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