Html Css Color HEX #966199 Violet Blue

📋 copy color: '#966199'

red 150 ◦ green 97 ◦ blue 153

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

Shades of Violet Blue #966199

Tints of Violet Blue #966199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.25%

 BLUE value IS 153 (60.16% from 255) = 38.25%

R = 37.5%
G = 24.25%
B = 38.25%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#966199 (or 0x966199) is known color: Violet Blue. HEX triplet: 96, 61 and 99. RGB value is (150,97,153). Sum of RGB (Red+Green+Blue) = 150+97+153=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #966199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966199 is #699E66. Grayscale: #777777. Windows color (decimal): -6921831 or 10051990. OLE color: 10051990.

HSL color Cylindrical-coordinate representation of color #966199: hue angle of 296.79º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #966199 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 97 153 -
CMYK 0.02 0.37 0 0.4
HSL 296.79º 0.22% 0.49% -
HSV(B) 296.79º 0.37% 0.6% -
XYZ 22.6 17.33 32.29 -
YUV 119.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 150 97 153 0.02 0.37 0 0.4 296.79 0.22 0.49
Hex 96 61 99 2 25 0 28 129 16 31
Octal 226 141 231 2 45 0 50 451 26 61
Binary 10010110 1100001 10011001 10 100101 0 101000 100101001 10110 110001

Color Harmonies of #966199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966199

Black with #966199

Text Example


Text Example

White with #966199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966199; }

 p { color: rgb(150,97,153); }

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

background-color css

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

 a { background-color: rgb(150,97,153); }

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

border-color css

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

 span { border-color: rgb(150,97,153); }

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