Html Css Color HEX #966699 Violet Blue

📋 copy color: '#966699'

red 150 ◦ green 102 ◦ blue 153

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

Shades of Violet Blue #966699

Tints of Violet Blue #966699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

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

R = 37.04%
G = 25.19%
B = 37.78%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#966699 (or 0x966699) is known color: Violet Blue. HEX triplet: 96, 66 and 99. RGB value is (150,102,153). Sum of RGB (Red+Green+Blue) = 150+102+153=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #966699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966699 is #699966. Grayscale: #7A7A7A. Windows color (decimal): -6920551 or 10053270. OLE color: 10053270.

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

Color convert

RGB 150 102 153 -
CMYK 0.02 0.33 0 0.4
HSL 296.47º 0.2% 0.5% -
HSV(B) 296.47º 0.33% 0.6% -
XYZ 23.08 18.29 32.45 -
YUV 122.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 150 102 153 0.02 0.33 0 0.4 296.47 0.2 0.5
Hex 96 66 99 2 21 0 28 128 14 32
Octal 226 146 231 2 41 0 50 450 24 62
Binary 10010110 1100110 10011001 10 100001 0 101000 100101000 10100 110010

Color Harmonies of #966699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966699

Black with #966699

Text Example


Text Example

White with #966699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966699; }

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

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

background-color css

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

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

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

border-color css

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

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

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