Html Css Color HEX #996198 Violet Blue

📋 copy color: '#996198'

red 153 ◦ green 97 ◦ blue 152

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

Shades of Violet Blue #996198

Tints of Violet Blue #996198

RGB

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

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

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

R = 38.06%
G = 24.13%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#996198 (or 0x996198) is known color: Violet Blue. HEX triplet: 99, 61 and 98. RGB value is (153,97,152). Sum of RGB (Red+Green+Blue) = 153+97+152=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #996198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996198 is #669E67. Grayscale: #777777. Windows color (decimal): -6725224 or 9986457. OLE color: 9986457.

HSL color Cylindrical-coordinate representation of color #996198: hue angle of 301.07º 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 #996198 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 152 -
CMYK 0 0.37 0.01 0.4
HSL 301.07º 0.22% 0.49% -
HSV(B) 301.07º 0.37% 0.6% -
XYZ 23.08 17.59 31.88 -
YUV 120.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 153 97 152 0 0.37 0.01 0.4 301.07 0.22 0.49
Hex 99 61 98 0 25 1 28 12D 16 31
Octal 231 141 230 0 45 1 50 455 26 61
Binary 10011001 1100001 10011000 0 100101 1 101000 100101101 10110 110001

Color Harmonies of #996198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996198

Black with #996198

Text Example


Text Example

White with #996198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996198; }

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

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

background-color css

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

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

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

border-color css

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

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

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