Html Css Color HEX #955597 Violet Blue

📋 copy color: '#955597'

red 149 ◦ green 85 ◦ blue 151

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

Shades of Violet Blue #955597

Tints of Violet Blue #955597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.08%

 BLUE value IS 151 (59.38% from 255) = 39.22%

R = 38.7%
G = 22.08%
B = 39.22%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#955597 (or 0x955597) is known color: Violet Blue. HEX triplet: 95, 55 and 97. RGB value is (149,85,151). Sum of RGB (Red+Green+Blue) = 149+85+151=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #955597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955597 is #6AAA68. Grayscale: #6F6F6F. Windows color (decimal): -6990441 or 9917845. OLE color: 9917845.

HSL color Cylindrical-coordinate representation of color #955597: hue angle of 298.18º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955597 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 85 151 -
CMYK 0.01 0.44 0 0.41
HSL 298.18º 0.28% 0.46% -
HSV(B) 298.18º 0.44% 0.59% -
XYZ 21.23 15.12 31.08 -
YUV 111.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 149 85 151 0.01 0.44 0 0.41 298.18 0.28 0.46
Hex 95 55 97 1 2C 0 29 12A 1C 2E
Octal 225 125 227 1 54 0 51 452 34 56
Binary 10010101 1010101 10010111 1 101100 0 101001 100101010 11100 101110

Color Harmonies of #955597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955597

Black with #955597

Text Example


Text Example

White with #955597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955597; }

 p { color: rgb(149,85,151); }

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

background-color css

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

 a { background-color: rgb(149,85,151); }

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

border-color css

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

 span { border-color: rgb(149,85,151); }

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