Html Css Color HEX #955999 Violet Blue

📋 copy color: '#955999'

red 149 ◦ green 89 ◦ blue 153

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

Shades of Violet Blue #955999

Tints of Violet Blue #955999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.76%

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

R = 38.11%
G = 22.76%
B = 39.13%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#955999 (or 0x955999) is known color: Violet Blue. HEX triplet: 95, 59 and 99. RGB value is (149,89,153). Sum of RGB (Red+Green+Blue) = 149+89+153=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #955999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955999 is #6AA666. Grayscale: #727272. Windows color (decimal): -6989415 or 10049941. OLE color: 10049941.

HSL color Cylindrical-coordinate representation of color #955999: hue angle of 296.25º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955999 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 89 153 -
CMYK 0.03 0.42 0 0.4
HSL 296.25º 0.26% 0.47% -
HSV(B) 296.25º 0.42% 0.6% -
XYZ 21.72 15.83 32.05 -
YUV 114.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 149 89 153 0.03 0.42 0 0.4 296.25 0.26 0.47
Hex 95 59 99 3 2A 0 28 128 1A 2F
Octal 225 131 231 3 52 0 50 450 32 57
Binary 10010101 1011001 10011001 11 101010 0 101000 100101000 11010 101111

Color Harmonies of #955999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955999

Black with #955999

Text Example


Text Example

White with #955999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955999; }

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

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

background-color css

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

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

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

border-color css

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

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

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