Html Css Color HEX #955FBC Deep Lilac

📋 copy color: '#955FBC'

red 149 ◦ green 95 ◦ blue 188

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

Shades of Deep Lilac #955FBC

Tints of Deep Lilac #955FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 34.49%
G = 21.99%
B = 43.52%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#955FBC (or 0x955FBC) is known color: Deep Lilac. HEX triplet: 95, 5F and BC. RGB value is (149,95,188). Sum of RGB (Red+Green+Blue) = 149+95+188=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #955FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FBC is #6AA043. Grayscale: #797979. Windows color (decimal): -6987844 or 12345237. OLE color: 12345237.

HSL color Cylindrical-coordinate representation of color #955FBC: hue angle of 274.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #955FBC is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 95 188 -
CMYK 0.21 0.49 0 0.26
HSL 274.84º 0.41% 0.55% -
HSV(B) 274.84º 0.49% 0.74% -
XYZ 25.56 18.2 49.74 -
YUV 121.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 149 95 188 0.21 0.49 0 0.26 274.84 0.41 0.55
Hex 95 5F BC 15 31 0 1A 113 29 37
Octal 225 137 274 25 61 0 32 423 51 67
Binary 10010101 1011111 10111100 10101 110001 0 11010 100010011 101001 110111

Color Harmonies of #955FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FBC

Black with #955FBC

Text Example


Text Example

White with #955FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,95,188); }

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

background-color css

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

 a { background-color: rgb(149,95,188); }

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

border-color css

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

 span { border-color: rgb(149,95,188); }

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