Html Css Color HEX #955C99 Violet Blue

📋 copy color: '#955C99'

red 149 ◦ green 92 ◦ blue 153

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

Shades of Violet Blue #955C99

Tints of Violet Blue #955C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.35%

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 37.82%
G = 23.35%
B = 38.83%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#955C99 (or 0x955C99) is known color: Violet Blue. HEX triplet: 95, 5C and 99. RGB value is (149,92,153). Sum of RGB (Red+Green+Blue) = 149+92+153=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #955C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955C99 is #6AA366. Grayscale: #737373. Windows color (decimal): -6988647 or 10050709. OLE color: 10050709.

HSL color Cylindrical-coordinate representation of color #955C99: hue angle of 296.07º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955C99 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 92 153 -
CMYK 0.03 0.40 0 0.4
HSL 296.07º 0.25% 0.48% -
HSV(B) 296.07º 0.4% 0.6% -
XYZ 21.97 16.34 32.13 -
YUV 116 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 149 92 153 0.03 0.40 0 0.4 296.07 0.25 0.48
Hex 95 5C 99 3 28 0 28 128 19 30
Octal 225 134 231 3 50 0 50 450 31 60
Binary 10010101 1011100 10011001 11 101000 0 101000 100101000 11001 110000

Color Harmonies of #955C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C99

Black with #955C99

Text Example


Text Example

White with #955C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,92,153); }

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

background-color css

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

 a { background-color: rgb(149,92,153); }

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

border-color css

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

 span { border-color: rgb(149,92,153); }

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