Html Css Color HEX #957499 Violet Blue

📋 copy color: '#957499'

red 149 ◦ green 116 ◦ blue 153

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

Shades of Violet Blue #957499

Tints of Violet Blue #957499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.75%

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

R = 35.65%
G = 27.75%
B = 36.6%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#957499 (or 0x957499) is known color: Violet Blue. HEX triplet: 95, 74 and 99. RGB value is (149,116,153). Sum of RGB (Red+Green+Blue) = 149+116+153=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #957499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957499 is #6A8B66. Grayscale: #818181. Windows color (decimal): -6982503 or 10056853. OLE color: 10056853.

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

Color convert

RGB 149 116 153 -
CMYK 0.03 0.24 0 0.4
HSL 293.51º 0.15% 0.53% -
HSV(B) 293.51º 0.24% 0.6% -
XYZ 24.39 21.18 32.94 -
YUV 130.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 149 116 153 0.03 0.24 0 0.4 293.51 0.15 0.53
Hex 95 74 99 3 18 0 28 126 F 35
Octal 225 164 231 3 30 0 50 446 17 65
Binary 10010101 1110100 10011001 11 11000 0 101000 100100110 1111 110101

Color Harmonies of #957499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957499

Black with #957499

Text Example


Text Example

White with #957499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957499; }

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

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

background-color css

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

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

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

border-color css

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

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

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