Html Css Color HEX #99299C Vivid Violet

📋 copy color: '#99299C'

red 153 ◦ green 41 ◦ blue 156

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

Shades of Vivid Violet #99299C

Tints of Vivid Violet #99299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 43.71%
G = 11.71%
B = 44.57%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99299C (or 0x99299C) is known color: Vivid Violet. HEX triplet: 99, 29 and 9C. RGB value is (153,41,156). Sum of RGB (Red+Green+Blue) = 153+41+156=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #99299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99299C is #66D663. Grayscale: #575757. Windows color (decimal): -6739556 or 10234265. OLE color: 10234265.

HSL color Cylindrical-coordinate representation of color #99299C: hue angle of 298.43º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99299C is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 41 156 -
CMYK 0.02 0.74 0 0.39
HSL 298.43º 0.58% 0.39% -
HSV(B) 298.43º 0.74% 0.61% -
XYZ 19.93 10.76 32.48 -
YUV 87.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 153 41 156 0.02 0.74 0 0.39 298.43 0.58 0.39
Hex 99 29 9C 2 4A 0 27 12A 3A 27
Octal 231 51 234 2 112 0 47 452 72 47
Binary 10011001 101001 10011100 10 1001010 0 100111 100101010 111010 100111

Color Harmonies of #99299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99299C

Black with #99299C

Text Example


Text Example

White with #99299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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