Html Css Color HEX #966899 Violet Blue

📋 copy color: '#966899'

red 150 ◦ green 104 ◦ blue 153

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

Shades of Violet Blue #966899

Tints of Violet Blue #966899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.55%

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

R = 36.86%
G = 25.55%
B = 37.59%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#966899 (or 0x966899) is known color: Violet Blue. HEX triplet: 96, 68 and 99. RGB value is (150,104,153). Sum of RGB (Red+Green+Blue) = 150+104+153=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #966899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966899 is #699766. Grayscale: #7B7B7B. Windows color (decimal): -6920039 or 10053782. OLE color: 10053782.

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

Color convert

RGB 150 104 153 -
CMYK 0.02 0.32 0 0.4
HSL 296.33º 0.19% 0.5% -
HSV(B) 296.33º 0.32% 0.6% -
XYZ 23.28 18.68 32.52 -
YUV 123.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 150 104 153 0.02 0.32 0 0.4 296.33 0.19 0.5
Hex 96 68 99 2 20 0 28 128 13 32
Octal 226 150 231 2 40 0 50 450 23 62
Binary 10010110 1101000 10011001 10 100000 0 101000 100101000 10011 110010

Color Harmonies of #966899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966899

Black with #966899

Text Example


Text Example

White with #966899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966899; }

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

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

background-color css

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

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

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

border-color css

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

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

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