Html Css Color HEX #966399 Violet Blue

📋 copy color: '#966399'

red 150 ◦ green 99 ◦ blue 153

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

Shades of Violet Blue #966399

Tints of Violet Blue #966399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.63%

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

R = 37.31%
G = 24.63%
B = 38.06%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#966399 (or 0x966399) is known color: Violet Blue. HEX triplet: 96, 63 and 99. RGB value is (150,99,153). Sum of RGB (Red+Green+Blue) = 150+99+153=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #966399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966399 is #699C66. Grayscale: #787878. Windows color (decimal): -6921319 or 10052502. OLE color: 10052502.

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

Color convert

RGB 150 99 153 -
CMYK 0.02 0.35 0 0.4
HSL 296.67º 0.21% 0.49% -
HSV(B) 296.67º 0.35% 0.6% -
XYZ 22.79 17.71 32.35 -
YUV 120.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 150 99 153 0.02 0.35 0 0.4 296.67 0.21 0.49
Hex 96 63 99 2 23 0 28 129 15 31
Octal 226 143 231 2 43 0 50 451 25 61
Binary 10010110 1100011 10011001 10 100011 0 101000 100101001 10101 110001

Color Harmonies of #966399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966399

Black with #966399

Text Example


Text Example

White with #966399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966399; }

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

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

background-color css

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

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

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

border-color css

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

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

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