Html Css Color HEX #955F99 Violet Blue

📋 copy color: '#955F99'

red 149 ◦ green 95 ◦ blue 153

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

Shades of Violet Blue #955F99

Tints of Violet Blue #955F99

RGB

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

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

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

R = 37.53%
G = 23.93%
B = 38.54%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#955F99 (or 0x955F99) is known color: Violet Blue. HEX triplet: 95, 5F and 99. RGB value is (149,95,153). Sum of RGB (Red+Green+Blue) = 149+95+153=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #955F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955F99 is #6AA066. Grayscale: #757575. Windows color (decimal): -6987879 or 10051477. OLE color: 10051477.

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

Color convert

RGB 149 95 153 -
CMYK 0.03 0.38 0 0.4
HSL 295.86º 0.23% 0.49% -
HSV(B) 295.86º 0.38% 0.6% -
XYZ 22.24 16.87 32.22 -
YUV 117.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 149 95 153 0.03 0.38 0 0.4 295.86 0.23 0.49
Hex 95 5F 99 3 26 0 28 128 17 31
Octal 225 137 231 3 46 0 50 450 27 61
Binary 10010101 1011111 10011001 11 100110 0 101000 100101000 10111 110001

Color Harmonies of #955F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F99

Black with #955F99

Text Example


Text Example

White with #955F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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