Html Css Color HEX #956097 Violet Blue

📋 copy color: '#956097'

red 149 ◦ green 96 ◦ blue 151

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

Shades of Violet Blue #956097

Tints of Violet Blue #956097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.24%

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

R = 37.63%
G = 24.24%
B = 38.13%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#956097 (or 0x956097) is known color: Violet Blue. HEX triplet: 95, 60 and 97. RGB value is (149,96,151). Sum of RGB (Red+Green+Blue) = 149+96+151=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #956097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956097 is #6A9F68. Grayscale: #757575. Windows color (decimal): -6987625 or 9920661. OLE color: 9920661.

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

Color convert

RGB 149 96 151 -
CMYK 0.01 0.36 0 0.41
HSL 297.82º 0.22% 0.48% -
HSV(B) 297.82º 0.36% 0.59% -
XYZ 22.16 16.99 31.39 -
YUV 118.12 146.56 150.03 -
System Red Green Blue C M Y K H S L
Decimal 149 96 151 0.01 0.36 0 0.41 297.82 0.22 0.48
Hex 95 60 97 1 24 0 29 12A 16 30
Octal 225 140 227 1 44 0 51 452 26 60
Binary 10010101 1100000 10010111 1 100100 0 101001 100101010 10110 110000

Color Harmonies of #956097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956097

Black with #956097

Text Example


Text Example

White with #956097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956097; }

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

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

background-color css

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

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

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

border-color css

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

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

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