Html Css Color HEX #996898 Violet Blue

📋 copy color: '#996898'

red 153 ◦ green 104 ◦ blue 152

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

Shades of Violet Blue #996898

Tints of Violet Blue #996898

RGB

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

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

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

R = 37.41%
G = 25.43%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#996898 (or 0x996898) is known color: Violet Blue. HEX triplet: 99, 68 and 98. RGB value is (153,104,152). Sum of RGB (Red+Green+Blue) = 153+104+152=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #996898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996898 is #669767. Grayscale: #7B7B7B. Windows color (decimal): -6723432 or 9988249. OLE color: 9988249.

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

Color convert

RGB 153 104 152 -
CMYK 0 0.32 0.01 0.4
HSL 301.22º 0.19% 0.5% -
HSV(B) 301.22º 0.32% 0.6% -
XYZ 23.75 18.94 32.11 -
YUV 124.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 153 104 152 0 0.32 0.01 0.4 301.22 0.19 0.5
Hex 99 68 98 0 20 1 28 12D 13 32
Octal 231 150 230 0 40 1 50 455 23 62
Binary 10011001 1101000 10011000 0 100000 1 101000 100101101 10011 110010

Color Harmonies of #996898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996898

Black with #996898

Text Example


Text Example

White with #996898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996898; }

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

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

background-color css

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

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

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

border-color css

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

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

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