Html Css Color HEX #957099 Violet Blue

📋 copy color: '#957099'

red 149 ◦ green 112 ◦ blue 153

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

Shades of Violet Blue #957099

Tints of Violet Blue #957099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.05%

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

R = 35.99%
G = 27.05%
B = 36.96%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#957099 (or 0x957099) is known color: Violet Blue. HEX triplet: 95, 70 and 99. RGB value is (149,112,153). Sum of RGB (Red+Green+Blue) = 149+112+153=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #957099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957099 is #6A8F66. Grayscale: #7F7F7F. Windows color (decimal): -6983527 or 10055829. OLE color: 10055829.

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

Color convert

RGB 149 112 153 -
CMYK 0.03 0.27 0 0.4
HSL 294.15º 0.17% 0.52% -
HSV(B) 294.15º 0.27% 0.6% -
XYZ 23.94 20.28 32.79 -
YUV 127.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 149 112 153 0.03 0.27 0 0.4 294.15 0.17 0.52
Hex 95 70 99 3 1B 0 28 126 11 34
Octal 225 160 231 3 33 0 50 446 21 64
Binary 10010101 1110000 10011001 11 11011 0 101000 100100110 10001 110100

Color Harmonies of #957099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957099

Black with #957099

Text Example


Text Example

White with #957099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957099; }

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

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

background-color css

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

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

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

border-color css

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

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

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