Html Css Color HEX #957598 Violet Blue

📋 copy color: '#957598'

red 149 ◦ green 117 ◦ blue 152

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

Shades of Violet Blue #957598

Tints of Violet Blue #957598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

 BLUE value IS 152 (59.77% from 255) = 36.36%

R = 35.65%
G = 27.99%
B = 36.36%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#957598 (or 0x957598) is known color: Violet Blue. HEX triplet: 95, 75 and 98. RGB value is (149,117,152). Sum of RGB (Red+Green+Blue) = 149+117+152=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 152 - color contains mainly: blue. Hex color #957598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957598 is #6A8A67. Grayscale: #828282. Windows color (decimal): -6982248 or 9991573. OLE color: 9991573.

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

Color convert

RGB 149 117 152 -
CMYK 0.02 0.23 0 0.40
HSL 294.86º 0.15% 0.53% -
HSV(B) 294.86º 0.23% 0.6% -
XYZ 24.42 21.38 32.55 -
YUV 130.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 149 117 152 0.02 0.23 0 0.40 294.86 0.15 0.53
Hex 95 75 98 2 17 0 28 127 F 35
Octal 225 165 230 2 27 0 50 447 17 65
Binary 10010101 1110101 10011000 10 10111 0 101000 100100111 1111 110101

Color Harmonies of #957598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957598

Black with #957598

Text Example


Text Example

White with #957598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957598; }

 p { color: rgb(149,117,152); }

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

background-color css

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

 a { background-color: rgb(149,117,152); }

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

border-color css

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

 span { border-color: rgb(149,117,152); }

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