Html Css Color HEX #956497 Violet Blue

📋 copy color: '#956497'

red 149 ◦ green 100 ◦ blue 151

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

Shades of Violet Blue #956497

Tints of Violet Blue #956497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 37.25%
G = 25%
B = 37.75%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#956497 (or 0x956497) is known color: Violet Blue. HEX triplet: 95, 64 and 97. RGB value is (149,100,151). Sum of RGB (Red+Green+Blue) = 149+100+151=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 151 - color contains mainly: blue. Hex color #956497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956497 is #6A9B68. Grayscale: #787878. Windows color (decimal): -6986601 or 9921685. OLE color: 9921685.

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

Color convert

RGB 149 100 151 -
CMYK 0.01 0.34 0 0.41
HSL 297.65º 0.2% 0.49% -
HSV(B) 297.65º 0.34% 0.59% -
XYZ 22.54 17.74 31.51 -
YUV 120.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 149 100 151 0.01 0.34 0 0.41 297.65 0.2 0.49
Hex 95 64 97 1 22 0 29 12A 14 31
Octal 225 144 227 1 42 0 51 452 24 61
Binary 10010101 1100100 10010111 1 100010 0 101001 100101010 10100 110001

Color Harmonies of #956497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956497

Black with #956497

Text Example


Text Example

White with #956497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956497; }

 p { color: rgb(149,100,151); }

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

background-color css

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

 a { background-color: rgb(149,100,151); }

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

border-color css

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

 span { border-color: rgb(149,100,151); }

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