Html Css Color HEX #954CBB Deep Lilac

📋 copy color: '#954CBB'

red 149 ◦ green 76 ◦ blue 187

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

Shades of Deep Lilac #954CBB

Tints of Deep Lilac #954CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 36.17%
G = 18.45%
B = 45.39%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#954CBB (or 0x954CBB) is known color: Deep Lilac. HEX triplet: 95, 4C and BB. RGB value is (149,76,187). Sum of RGB (Red+Green+Blue) = 149+76+187=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #954CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CBB is #6AB344. Grayscale: #6E6E6E. Windows color (decimal): -6992709 or 12274837. OLE color: 12274837.

HSL color Cylindrical-coordinate representation of color #954CBB: hue angle of 279.46º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #954CBB is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 76 187 -
CMYK 0.20 0.59 0 0.27
HSL 279.46º 0.45% 0.52% -
HSV(B) 279.46º 0.59% 0.73% -
XYZ 23.95 15.15 48.68 -
YUV 110.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 149 76 187 0.20 0.59 0 0.27 279.46 0.45 0.52
Hex 95 4C BB 14 3B 0 1B 117 2D 34
Octal 225 114 273 24 73 0 33 427 55 64
Binary 10010101 1001100 10111011 10100 111011 0 11011 100010111 101101 110100

Color Harmonies of #954CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CBB

Black with #954CBB

Text Example


Text Example

White with #954CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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