Html Css Color HEX #996098 Violet Blue

📋 copy color: '#996098'

red 153 ◦ green 96 ◦ blue 152

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

Shades of Violet Blue #996098

Tints of Violet Blue #996098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.94%

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

R = 38.15%
G = 23.94%
B = 37.91%

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

#996098 (or 0x996098) is known color: Violet Blue. HEX triplet: 99, 60 and 98. RGB value is (153,96,152). Sum of RGB (Red+Green+Blue) = 153+96+152=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #996098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996098 is #669F67. Grayscale: #777777. Windows color (decimal): -6725480 or 9986201. OLE color: 9986201.

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

Color convert

RGB 153 96 152 -
CMYK 0 0.37 0.01 0.4
HSL 301.05º 0.23% 0.49% -
HSV(B) 301.05º 0.37% 0.6% -
XYZ 22.99 17.41 31.85 -
YUV 119.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 153 96 152 0 0.37 0.01 0.4 301.05 0.23 0.49
Hex 99 60 98 0 25 1 28 12D 17 31
Octal 231 140 230 0 45 1 50 455 27 61
Binary 10011001 1100000 10011000 0 100101 1 101000 100101101 10111 110001

Color Harmonies of #996098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996098

Black with #996098

Text Example


Text Example

White with #996098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996098; }

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

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

background-color css

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

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

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

border-color css

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

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

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