Html Css Color HEX #967695 Violet Blue

📋 copy color: '#967695'

red 150 ◦ green 118 ◦ blue 149

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

Shades of Violet Blue #967695

Tints of Violet Blue #967695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 35.97%
G = 28.3%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#967695 (or 0x967695) is known color: Violet Blue. HEX triplet: 96, 76 and 95. RGB value is (150,118,149). Sum of RGB (Red+Green+Blue) = 150+118+149=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #967695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967695 is #69896A. Grayscale: #838383. Windows color (decimal): -6916459 or 9795222. OLE color: 9795222.

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

Color convert

RGB 150 118 149 -
CMYK 0 0.21 0.01 0.41
HSL 301.88º 0.13% 0.53% -
HSV(B) 301.88º 0.21% 0.59% -
XYZ 24.48 21.61 31.31 -
YUV 131.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 150 118 149 0 0.21 0.01 0.41 301.88 0.13 0.53
Hex 96 76 95 0 15 1 29 12E D 35
Octal 226 166 225 0 25 1 51 456 15 65
Binary 10010110 1110110 10010101 0 10101 1 101001 100101110 1101 110101

Color Harmonies of #967695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967695

Black with #967695

Text Example


Text Example

White with #967695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967695; }

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

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

background-color css

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

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

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

border-color css

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

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

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