Html Css Color HEX #967395 Violet Blue

📋 copy color: '#967395'

red 150 ◦ green 115 ◦ blue 149

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

Shades of Violet Blue #967395

Tints of Violet Blue #967395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

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

R = 36.23%
G = 27.78%
B = 35.99%

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

#967395 (or 0x967395) is known color: Violet Blue. HEX triplet: 96, 73 and 95. RGB value is (150,115,149). Sum of RGB (Red+Green+Blue) = 150+115+149=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #967395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967395 is #698C6A. Grayscale: #818181. Windows color (decimal): -6917227 or 9794454. OLE color: 9794454.

HSL color Cylindrical-coordinate representation of color #967395: hue angle of 301.71º 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 #967395 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 149 -
CMYK 0 0.23 0.01 0.41
HSL 301.71º 0.14% 0.52% -
HSV(B) 301.71º 0.23% 0.59% -
XYZ 24.13 20.92 31.2 -
YUV 129.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 150 115 149 0 0.23 0.01 0.41 301.71 0.14 0.52
Hex 96 73 95 0 17 1 29 12E E 34
Octal 226 163 225 0 27 1 51 456 16 64
Binary 10010110 1110011 10010101 0 10111 1 101001 100101110 1110 110100

Color Harmonies of #967395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967395

Black with #967395

Text Example


Text Example

White with #967395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967395; }

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

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

background-color css

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

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

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

border-color css

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

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

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