Html Css Color HEX #957698 Violet Blue

📋 copy color: '#957698'

red 149 ◦ green 118 ◦ blue 152

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

Shades of Violet Blue #957698

Tints of Violet Blue #957698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

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

R = 35.56%
G = 28.16%
B = 36.28%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#957698 (or 0x957698) is known color: Violet Blue. HEX triplet: 95, 76 and 98. RGB value is (149,118,152). Sum of RGB (Red+Green+Blue) = 149+118+152=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 152 - color contains mainly: blue. Hex color #957698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957698 is #6A8967. Grayscale: #838383. Windows color (decimal): -6981992 or 9991829. OLE color: 9991829.

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

Color convert

RGB 149 118 152 -
CMYK 0.02 0.22 0 0.40
HSL 294.71º 0.14% 0.53% -
HSV(B) 294.71º 0.22% 0.6% -
XYZ 24.54 21.61 32.58 -
YUV 131.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 149 118 152 0.02 0.22 0 0.40 294.71 0.14 0.53
Hex 95 76 98 2 16 0 28 127 E 35
Octal 225 166 230 2 26 0 50 447 16 65
Binary 10010101 1110110 10011000 10 10110 0 101000 100100111 1110 110101

Color Harmonies of #957698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957698

Black with #957698

Text Example


Text Example

White with #957698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957698; }

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

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

background-color css

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

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

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

border-color css

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

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

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