Html Css Color HEX #954FCE Deep Lilac

📋 copy color: '#954FCE'

red 149 ◦ green 79 ◦ blue 206

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

Shades of Deep Lilac #954FCE

Tints of Deep Lilac #954FCE

RGB

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

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

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

R = 34.33%
G = 18.2%
B = 47.47%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#954FCE (or 0x954FCE) is known color: Deep Lilac. HEX triplet: 95, 4F and CE. RGB value is (149,79,206). Sum of RGB (Red+Green+Blue) = 149+79+206=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #954FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FCE is #6AB031. Grayscale: #717171. Windows color (decimal): -6991922 or 13520789. OLE color: 13520789.

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

Color convert

RGB 149 79 206 -
CMYK 0.28 0.62 0 0.19
HSL 273.07º 0.56% 0.56% -
HSV(B) 273.07º 0.62% 0.81% -
XYZ 26.33 16.44 60.18 -
YUV 114.41 179.69 152.67 -
System Red Green Blue C M Y K H S L
Decimal 149 79 206 0.28 0.62 0 0.19 273.07 0.56 0.56
Hex 95 4F CE 1C 3E 0 13 111 38 38
Octal 225 117 316 34 76 0 23 421 70 70
Binary 10010101 1001111 11001110 11100 111110 0 10011 100010001 111000 111000

Color Harmonies of #954FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FCE

Black with #954FCE

Text Example


Text Example

White with #954FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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