Html Css Color HEX #957596 Violet Blue

📋 copy color: '#957596'

red 149 ◦ green 117 ◦ blue 150

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

Shades of Violet Blue #957596

Tints of Violet Blue #957596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.06%

R = 35.82%
G = 28.13%
B = 36.06%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#957596 (or 0x957596) is known color: Violet Blue. HEX triplet: 95, 75 and 96. RGB value is (149,117,150). Sum of RGB (Red+Green+Blue) = 149+117+150=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 150 - color contains mainly: blue. Hex color #957596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957596 is #6A8A69. Grayscale: #828282. Windows color (decimal): -6982250 or 9860501. OLE color: 9860501.

HSL color Cylindrical-coordinate representation of color #957596: hue angle of 298.18º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #957596 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 117 150 -
CMYK 0.01 0.22 0 0.41
HSL 298.18º 0.14% 0.52% -
HSV(B) 298.18º 0.22% 0.59% -
XYZ 24.26 21.31 31.69 -
YUV 130.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 149 117 150 0.01 0.22 0 0.41 298.18 0.14 0.52
Hex 95 75 96 1 16 0 29 12A E 34
Octal 225 165 226 1 26 0 51 452 16 64
Binary 10010101 1110101 10010110 1 10110 0 101001 100101010 1110 110100

Color Harmonies of #957596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957596

Black with #957596

Text Example


Text Example

White with #957596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957596; }

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

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

background-color css

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

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

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

border-color css

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

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

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