Html Css Color HEX #967097 Violet Blue

📋 copy color: '#967097'

red 150 ◦ green 112 ◦ blue 151

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

Shades of Violet Blue #967097

Tints of Violet Blue #967097

RGB

 RED value IS 150 (58.98% from 255) = 36.32%

 GREEN value IS 112 (44.14% from 255) = 27.12%

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

R = 36.32%
G = 27.12%
B = 36.56%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#967097 (or 0x967097) is known color: Violet Blue. HEX triplet: 96, 70 and 97. RGB value is (150,112,151). Sum of RGB (Red+Green+Blue) = 150+112+151=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 151 - color contains mainly: blue. Hex color #967097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967097 is #698F68. Grayscale: #7F7F7F. Windows color (decimal): -6917993 or 9924758. OLE color: 9924758.

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

Color convert

RGB 150 112 151 -
CMYK 0.01 0.26 0 0.41
HSL 298.46º 0.16% 0.52% -
HSV(B) 298.46º 0.26% 0.59% -
XYZ 23.96 20.31 31.94 -
YUV 127.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 150 112 151 0.01 0.26 0 0.41 298.46 0.16 0.52
Hex 96 70 97 1 1A 0 29 12A 10 34
Octal 226 160 227 1 32 0 51 452 20 64
Binary 10010110 1110000 10010111 1 11010 0 101001 100101010 10000 110100

Color Harmonies of #967097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967097

Black with #967097

Text Example


Text Example

White with #967097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967097; }

 p { color: rgb(150,112,151); }

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

background-color css

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

 a { background-color: rgb(150,112,151); }

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

border-color css

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

 span { border-color: rgb(150,112,151); }

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