Html Css Color HEX #992998 Vivid Violet

📋 copy color: '#992998'

red 153 ◦ green 41 ◦ blue 152

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

Shades of Vivid Violet #992998

Tints of Vivid Violet #992998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.85%

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

R = 44.22%
G = 11.85%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#992998 (or 0x992998) is known color: Vivid Violet. HEX triplet: 99, 29 and 98. RGB value is (153,41,152). Sum of RGB (Red+Green+Blue) = 153+41+152=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #992998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992998 is #66D667. Grayscale: #565656. Windows color (decimal): -6739560 or 9972121. OLE color: 9972121.

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

Color convert

RGB 153 41 152 -
CMYK 0 0.73 0.01 0.4
HSL 300.54º 0.58% 0.38% -
HSV(B) 300.54º 0.73% 0.6% -
XYZ 19.6 10.63 30.72 -
YUV 87.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 153 41 152 0 0.73 0.01 0.4 300.54 0.58 0.38
Hex 99 29 98 0 49 1 28 12D 3A 26
Octal 231 51 230 0 111 1 50 455 72 46
Binary 10011001 101001 10011000 0 1001001 1 101000 100101101 111010 100110

Color Harmonies of #992998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992998

Black with #992998

Text Example


Text Example

White with #992998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992998; }

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

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

background-color css

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

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

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

border-color css

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

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

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