Html Css Color HEX #957399 Violet Blue

📋 copy color: '#957399'

red 149 ◦ green 115 ◦ blue 153

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

Shades of Violet Blue #957399

Tints of Violet Blue #957399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

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

R = 35.73%
G = 27.58%
B = 36.69%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#957399 (or 0x957399) is known color: Violet Blue. HEX triplet: 95, 73 and 99. RGB value is (149,115,153). Sum of RGB (Red+Green+Blue) = 149+115+153=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #957399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957399 is #6A8C66. Grayscale: #818181. Windows color (decimal): -6982759 or 10056597. OLE color: 10056597.

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

Color convert

RGB 149 115 153 -
CMYK 0.03 0.25 0 0.4
HSL 293.68º 0.16% 0.53% -
HSV(B) 293.68º 0.25% 0.6% -
XYZ 24.27 20.95 32.9 -
YUV 129.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 149 115 153 0.03 0.25 0 0.4 293.68 0.16 0.53
Hex 95 73 99 3 19 0 28 126 10 35
Octal 225 163 231 3 31 0 50 446 20 65
Binary 10010101 1110011 10011001 11 11001 0 101000 100100110 10000 110101

Color Harmonies of #957399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957399

Black with #957399

Text Example


Text Example

White with #957399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957399; }

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

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

background-color css

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

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

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

border-color css

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

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

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