Html Css Color HEX #954BBF Deep Lilac

📋 copy color: '#954BBF'

red 149 ◦ green 75 ◦ blue 191

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

Shades of Deep Lilac #954BBF

Tints of Deep Lilac #954BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.02%

R = 35.9%
G = 18.07%
B = 46.02%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#954BBF (or 0x954BBF) is known color: Deep Lilac. HEX triplet: 95, 4B and BF. RGB value is (149,75,191). Sum of RGB (Red+Green+Blue) = 149+75+191=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #954BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BBF is #6AB440. Grayscale: #6D6D6D. Windows color (decimal): -6992961 or 12536725. OLE color: 12536725.

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

Color convert

RGB 149 75 191 -
CMYK 0.22 0.61 0 0.25
HSL 278.28º 0.48% 0.52% -
HSV(B) 278.28º 0.61% 0.75% -
XYZ 24.31 15.18 50.94 -
YUV 110.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 149 75 191 0.22 0.61 0 0.25 278.28 0.48 0.52
Hex 95 4B BF 16 3D 0 19 116 30 34
Octal 225 113 277 26 75 0 31 426 60 64
Binary 10010101 1001011 10111111 10110 111101 0 11001 100010110 110000 110100

Color Harmonies of #954BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BBF

Black with #954BBF

Text Example


Text Example

White with #954BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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