Html Css Color HEX #955BBC Deep Lilac

📋 copy color: '#955BBC'

red 149 ◦ green 91 ◦ blue 188

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

Shades of Deep Lilac #955BBC

Tints of Deep Lilac #955BBC

RGB

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

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

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

R = 34.81%
G = 21.26%
B = 43.93%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#955BBC (or 0x955BBC) is known color: Deep Lilac. HEX triplet: 95, 5B and BC. RGB value is (149,91,188). Sum of RGB (Red+Green+Blue) = 149+91+188=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #955BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BBC is #6AA443. Grayscale: #777777. Windows color (decimal): -6988868 or 12344213. OLE color: 12344213.

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

Color convert

RGB 149 91 188 -
CMYK 0.21 0.52 0 0.26
HSL 275.88º 0.42% 0.55% -
HSV(B) 275.88º 0.52% 0.74% -
XYZ 25.21 17.5 49.63 -
YUV 119.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 149 91 188 0.21 0.52 0 0.26 275.88 0.42 0.55
Hex 95 5B BC 15 34 0 1A 114 2A 37
Octal 225 133 274 25 64 0 32 424 52 67
Binary 10010101 1011011 10111100 10101 110100 0 11010 100010100 101010 110111

Color Harmonies of #955BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BBC

Black with #955BBC

Text Example


Text Example

White with #955BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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