Html Css Color HEX #954BBB Deep Lilac

📋 copy color: '#954BBB'

red 149 ◦ green 75 ◦ blue 187

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

Shades of Deep Lilac #954BBB

Tints of Deep Lilac #954BBB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.25%

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

R = 36.25%
G = 18.25%
B = 45.5%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#954BBB (or 0x954BBB) is known color: Deep Lilac. HEX triplet: 95, 4B and BB. RGB value is (149,75,187). Sum of RGB (Red+Green+Blue) = 149+75+187=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #954BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BBB is #6AB444. Grayscale: #6D6D6D. Windows color (decimal): -6992965 or 12274581. OLE color: 12274581.

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

Color convert

RGB 149 75 187 -
CMYK 0.20 0.60 0 0.27
HSL 279.64º 0.45% 0.51% -
HSV(B) 279.64º 0.6% 0.73% -
XYZ 23.88 15.01 48.65 -
YUV 109.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 149 75 187 0.20 0.60 0 0.27 279.64 0.45 0.51
Hex 95 4B BB 14 3C 0 1B 118 2D 33
Octal 225 113 273 24 74 0 33 430 55 63
Binary 10010101 1001011 10111011 10100 111100 0 11011 100011000 101101 110011

Color Harmonies of #954BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BBB

Black with #954BBB

Text Example


Text Example

White with #954BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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