Html Css Color HEX #966992 Violet Blue

📋 copy color: '#966992'

red 150 ◦ green 105 ◦ blue 146

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

Shades of Violet Blue #966992

Tints of Violet Blue #966992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 37.41%
G = 26.18%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#966992 (or 0x966992) is known color: Violet Blue. HEX triplet: 96, 69 and 92. RGB value is (150,105,146). Sum of RGB (Red+Green+Blue) = 150+105+146=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #966992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966992 is #69966D. Grayscale: #7B7B7B. Windows color (decimal): -6919790 or 9595286. OLE color: 9595286.

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

Color convert

RGB 150 105 146 -
CMYK 0 0.30 0.03 0.41
HSL 305.33º 0.18% 0.5% -
HSV(B) 305.33º 0.3% 0.59% -
XYZ 22.82 18.66 29.59 -
YUV 123.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 150 105 146 0 0.30 0.03 0.41 305.33 0.18 0.5
Hex 96 69 92 0 1E 3 29 131 12 32
Octal 226 151 222 0 36 3 51 461 22 62
Binary 10010110 1101001 10010010 0 11110 11 101001 100110001 10010 110010

Color Harmonies of #966992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966992

Black with #966992

Text Example


Text Example

White with #966992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966992; }

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

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

background-color css

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

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

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

border-color css

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

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

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