Html Css Color HEX #967694 Violet Blue

📋 copy color: '#967694'

red 150 ◦ green 118 ◦ blue 148

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

Shades of Violet Blue #967694

Tints of Violet Blue #967694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 36.06%
G = 28.37%
B = 35.58%

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

#967694 (or 0x967694) is known color: Violet Blue. HEX triplet: 96, 76 and 94. RGB value is (150,118,148). Sum of RGB (Red+Green+Blue) = 150+118+148=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #967694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967694 is #69896B. Grayscale: #828282. Windows color (decimal): -6916460 or 9729686. OLE color: 9729686.

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

Color convert

RGB 150 118 148 -
CMYK 0 0.21 0.01 0.41
HSL 303.75º 0.13% 0.53% -
HSV(B) 303.75º 0.21% 0.59% -
XYZ 24.4 21.58 30.9 -
YUV 130.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 150 118 148 0 0.21 0.01 0.41 303.75 0.13 0.53
Hex 96 76 94 0 15 1 29 130 D 35
Octal 226 166 224 0 25 1 51 460 15 65
Binary 10010110 1110110 10010100 0 10101 1 101001 100110000 1101 110101

Color Harmonies of #967694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967694

Black with #967694

Text Example


Text Example

White with #967694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967694; }

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

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

background-color css

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

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

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

border-color css

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

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

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