Html Css Color HEX #954CB7 Deep Lilac

📋 copy color: '#954CB7'

red 149 ◦ green 76 ◦ blue 183

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

Shades of Deep Lilac #954CB7

Tints of Deep Lilac #954CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.85%

R = 36.52%
G = 18.63%
B = 44.85%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#954CB7 (or 0x954CB7) is known color: Deep Lilac. HEX triplet: 95, 4C and B7. RGB value is (149,76,183). Sum of RGB (Red+Green+Blue) = 149+76+183=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #954CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CB7 is #6AB348. Grayscale: #6D6D6D. Windows color (decimal): -6992713 or 12012693. OLE color: 12012693.

HSL color Cylindrical-coordinate representation of color #954CB7: hue angle of 280.93º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #954CB7 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 76 183 -
CMYK 0.19 0.58 0 0.28
HSL 280.93º 0.43% 0.51% -
HSV(B) 280.93º 0.58% 0.72% -
XYZ 23.53 14.98 46.45 -
YUV 110.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 149 76 183 0.19 0.58 0 0.28 280.93 0.43 0.51
Hex 95 4C B7 13 3A 0 1C 119 2B 33
Octal 225 114 267 23 72 0 34 431 53 63
Binary 10010101 1001100 10110111 10011 111010 0 11100 100011001 101011 110011

Color Harmonies of #954CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CB7

Black with #954CB7

Text Example


Text Example

White with #954CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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