Html Css Color HEX #996598 Violet Blue

📋 copy color: '#996598'

red 153 ◦ green 101 ◦ blue 152

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

Shades of Violet Blue #996598

Tints of Violet Blue #996598

RGB

 RED value IS 153 (60.16% from 255) = 37.68%

 GREEN value IS 101 (39.84% from 255) = 24.88%

 BLUE value IS 152 (59.77% from 255) = 37.44%

R = 37.68%
G = 24.88%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#996598 (or 0x996598) is known color: Violet Blue. HEX triplet: 99, 65 and 98. RGB value is (153,101,152). Sum of RGB (Red+Green+Blue) = 153+101+152=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #996598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996598 is #669A67. Grayscale: #7A7A7A. Windows color (decimal): -6724200 or 9987481. OLE color: 9987481.

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

Color convert

RGB 153 101 152 -
CMYK 0 0.34 0.01 0.4
HSL 301.15º 0.2% 0.5% -
HSV(B) 301.15º 0.34% 0.6% -
XYZ 23.46 18.35 32.01 -
YUV 122.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 153 101 152 0 0.34 0.01 0.4 301.15 0.2 0.5
Hex 99 65 98 0 22 1 28 12D 14 32
Octal 231 145 230 0 42 1 50 455 24 62
Binary 10011001 1100101 10011000 0 100010 1 101000 100101101 10100 110010

Color Harmonies of #996598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996598

Black with #996598

Text Example


Text Example

White with #996598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996598; }

 p { color: rgb(153,101,152); }

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

background-color css

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

 a { background-color: rgb(153,101,152); }

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

border-color css

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

 span { border-color: rgb(153,101,152); }

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