Html Css Color HEX #955BBB Deep Lilac

📋 copy color: '#955BBB'

red 149 ◦ green 91 ◦ blue 187

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

Shades of Deep Lilac #955BBB

Tints of Deep Lilac #955BBB

RGB

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

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

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

R = 34.89%
G = 21.31%
B = 43.79%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#955BBB (or 0x955BBB) is known color: Deep Lilac. HEX triplet: 95, 5B and BB. RGB value is (149,91,187). Sum of RGB (Red+Green+Blue) = 149+91+187=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #955BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BBB is #6AA444. Grayscale: #767676. Windows color (decimal): -6988869 or 12278677. OLE color: 12278677.

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

Color convert

RGB 149 91 187 -
CMYK 0.20 0.51 0 0.27
HSL 276.25º 0.41% 0.55% -
HSV(B) 276.25º 0.51% 0.73% -
XYZ 25.11 17.46 49.06 -
YUV 119.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 149 91 187 0.20 0.51 0 0.27 276.25 0.41 0.55
Hex 95 5B BB 14 33 0 1B 114 29 37
Octal 225 133 273 24 63 0 33 424 51 67
Binary 10010101 1011011 10111011 10100 110011 0 11011 100010100 101001 110111

Color Harmonies of #955BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BBB

Black with #955BBB

Text Example


Text Example

White with #955BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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