Html Css Color HEX #967995 Violet Blue

📋 copy color: '#967995'

red 150 ◦ green 121 ◦ blue 149

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

Shades of Violet Blue #967995

Tints of Violet Blue #967995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.81%

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

R = 35.71%
G = 28.81%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#967995 (or 0x967995) is known color: Violet Blue. HEX triplet: 96, 79 and 95. RGB value is (150,121,149). Sum of RGB (Red+Green+Blue) = 150+121+149=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #967995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967995 is #69866A. Grayscale: #848484. Windows color (decimal): -6915691 or 9795990. OLE color: 9795990.

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

Color convert

RGB 150 121 149 -
CMYK 0 0.19 0.01 0.41
HSL 302.07º 0.12% 0.53% -
HSV(B) 302.07º 0.19% 0.59% -
XYZ 24.84 22.33 31.43 -
YUV 132.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 150 121 149 0 0.19 0.01 0.41 302.07 0.12 0.53
Hex 96 79 95 0 13 1 29 12E C 35
Octal 226 171 225 0 23 1 51 456 14 65
Binary 10010110 1111001 10010101 0 10011 1 101001 100101110 1100 110101

Color Harmonies of #967995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967995

Black with #967995

Text Example


Text Example

White with #967995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967995; }

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

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

background-color css

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

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

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

border-color css

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

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

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