Html Css Color HEX #954DCB Deep Lilac

📋 copy color: '#954DCB'

red 149 ◦ green 77 ◦ blue 203

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

Shades of Deep Lilac #954DCB

Tints of Deep Lilac #954DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 34.73%
G = 17.95%
B = 47.32%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#954DCB (or 0x954DCB) is known color: Deep Lilac. HEX triplet: 95, 4D and CB. RGB value is (149,77,203). Sum of RGB (Red+Green+Blue) = 149+77+203=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #954DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DCB is #6AB234. Grayscale: #707070. Windows color (decimal): -6992437 or 13323669. OLE color: 13323669.

HSL color Cylindrical-coordinate representation of color #954DCB: hue angle of 274.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954DCB is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 77 203 -
CMYK 0.27 0.62 0 0.20
HSL 274.29º 0.55% 0.55% -
HSV(B) 274.29º 0.62% 0.8% -
XYZ 25.83 16.01 58.23 -
YUV 112.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 149 77 203 0.27 0.62 0 0.20 274.29 0.55 0.55
Hex 95 4D CB 1B 3E 0 14 112 37 37
Octal 225 115 313 33 76 0 24 422 67 67
Binary 10010101 1001101 11001011 11011 111110 0 10100 100010010 110111 110111

Color Harmonies of #954DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DCB

Black with #954DCB

Text Example


Text Example

White with #954DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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