Html Css Color HEX #957299 Violet Blue

📋 copy color: '#957299'

red 149 ◦ green 114 ◦ blue 153

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

Shades of Violet Blue #957299

Tints of Violet Blue #957299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.4%

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

R = 35.82%
G = 27.4%
B = 36.78%

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

#957299 (or 0x957299) is known color: Violet Blue. HEX triplet: 95, 72 and 99. RGB value is (149,114,153). Sum of RGB (Red+Green+Blue) = 149+114+153=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #957299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957299 is #6A8D66. Grayscale: #808080. Windows color (decimal): -6983015 or 10056341. OLE color: 10056341.

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

Color convert

RGB 149 114 153 -
CMYK 0.03 0.25 0 0.4
HSL 293.85º 0.16% 0.52% -
HSV(B) 293.85º 0.25% 0.6% -
XYZ 24.16 20.72 32.86 -
YUV 128.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 149 114 153 0.03 0.25 0 0.4 293.85 0.16 0.52
Hex 95 72 99 3 19 0 28 126 10 34
Octal 225 162 231 3 31 0 50 446 20 64
Binary 10010101 1110010 10011001 11 11001 0 101000 100100110 10000 110100

Color Harmonies of #957299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957299

Black with #957299

Text Example


Text Example

White with #957299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957299; }

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

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

background-color css

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

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

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

border-color css

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

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

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