Html Css Color HEX #954CC6 Deep Lilac

📋 copy color: '#954CC6'

red 149 ◦ green 76 ◦ blue 198

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

Shades of Deep Lilac #954CC6

Tints of Deep Lilac #954CC6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.97%

 BLUE value IS 198 (77.73% from 255) = 46.81%

R = 35.22%
G = 17.97%
B = 46.81%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#954CC6 (or 0x954CC6) is known color: Deep Lilac. HEX triplet: 95, 4C and C6. RGB value is (149,76,198). Sum of RGB (Red+Green+Blue) = 149+76+198=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 198 - color contains mainly: blue. Hex color #954CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CC6 is #6AB339. Grayscale: #6F6F6F. Windows color (decimal): -6992698 or 12995733. OLE color: 12995733.

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

Color convert

RGB 149 76 198 -
CMYK 0.25 0.62 0 0.22
HSL 275.9º 0.52% 0.54% -
HSV(B) 275.9º 0.62% 0.78% -
XYZ 25.17 15.64 55.12 -
YUV 111.74 176.68 154.58 -
System Red Green Blue C M Y K H S L
Decimal 149 76 198 0.25 0.62 0 0.22 275.9 0.52 0.54
Hex 95 4C C6 19 3E 0 16 114 34 36
Octal 225 114 306 31 76 0 26 424 64 66
Binary 10010101 1001100 11000110 11001 111110 0 10110 100010100 110100 110110

Color Harmonies of #954CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CC6

Black with #954CC6

Text Example


Text Example

White with #954CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,76,198); }

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

background-color css

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

 a { background-color: rgb(149,76,198); }

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

border-color css

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

 span { border-color: rgb(149,76,198); }

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