Html Css Color HEX #966994 Violet Blue

📋 copy color: '#966994'

red 150 ◦ green 105 ◦ blue 148

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

Shades of Violet Blue #966994

Tints of Violet Blue #966994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.05%

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

R = 37.22%
G = 26.05%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#966994 (or 0x966994) is known color: Violet Blue. HEX triplet: 96, 69 and 94. RGB value is (150,105,148). Sum of RGB (Red+Green+Blue) = 150+105+148=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #966994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966994 is #69966B. Grayscale: #7B7B7B. Windows color (decimal): -6919788 or 9726358. OLE color: 9726358.

HSL color Cylindrical-coordinate representation of color #966994: hue angle of 302.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #966994 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 148 -
CMYK 0 0.30 0.01 0.41
HSL 302.67º 0.18% 0.5% -
HSV(B) 302.67º 0.3% 0.59% -
XYZ 22.97 18.73 30.42 -
YUV 123.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 150 105 148 0 0.30 0.01 0.41 302.67 0.18 0.5
Hex 96 69 94 0 1E 1 29 12F 12 32
Octal 226 151 224 0 36 1 51 457 22 62
Binary 10010110 1101001 10010100 0 11110 1 101001 100101111 10010 110010

Color Harmonies of #966994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966994

Black with #966994

Text Example


Text Example

White with #966994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966994; }

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

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

background-color css

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

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

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

border-color css

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

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

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