Html Css Color HEX #955BBF Deep Lilac

📋 copy color: '#955BBF'

red 149 ◦ green 91 ◦ blue 191

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

Shades of Deep Lilac #955BBF

Tints of Deep Lilac #955BBF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.11%

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

R = 34.57%
G = 21.11%
B = 44.32%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#955BBF (or 0x955BBF) is known color: Deep Lilac. HEX triplet: 95, 5B and BF. RGB value is (149,91,191). Sum of RGB (Red+Green+Blue) = 149+91+191=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #955BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BBF is #6AA440. Grayscale: #777777. Windows color (decimal): -6988865 or 12540821. OLE color: 12540821.

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

Color convert

RGB 149 91 191 -
CMYK 0.22 0.52 0 0.25
HSL 274.8º 0.44% 0.55% -
HSV(B) 274.8º 0.52% 0.75% -
XYZ 25.54 17.63 51.35 -
YUV 119.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 149 91 191 0.22 0.52 0 0.25 274.8 0.44 0.55
Hex 95 5B BF 16 34 0 19 113 2C 37
Octal 225 133 277 26 64 0 31 423 54 67
Binary 10010101 1011011 10111111 10110 110100 0 11001 100010011 101100 110111

Color Harmonies of #955BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BBF

Black with #955BBF

Text Example


Text Example

White with #955BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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