Html Css Color HEX #967495 Violet Blue

📋 copy color: '#967495'

red 150 ◦ green 116 ◦ blue 149

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

Shades of Violet Blue #967495

Tints of Violet Blue #967495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.95%

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

R = 36.14%
G = 27.95%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#967495 (or 0x967495) is known color: Violet Blue. HEX triplet: 96, 74 and 95. RGB value is (150,116,149). Sum of RGB (Red+Green+Blue) = 150+116+149=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #967495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967495 is #698B6A. Grayscale: #818181. Windows color (decimal): -6916971 or 9794710. OLE color: 9794710.

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

Color convert

RGB 150 116 149 -
CMYK 0 0.23 0.01 0.41
HSL 301.76º 0.14% 0.52% -
HSV(B) 301.76º 0.23% 0.59% -
XYZ 24.25 21.14 31.24 -
YUV 129.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 150 116 149 0 0.23 0.01 0.41 301.76 0.14 0.52
Hex 96 74 95 0 17 1 29 12E E 34
Octal 226 164 225 0 27 1 51 456 16 64
Binary 10010110 1110100 10010101 0 10111 1 101001 100101110 1110 110100

Color Harmonies of #967495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967495

Black with #967495

Text Example


Text Example

White with #967495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967495; }

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

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

background-color css

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

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

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

border-color css

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

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

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