Html Css Color HEX #99299B Vivid Violet

📋 copy color: '#99299B'

red 153 ◦ green 41 ◦ blue 155

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

Shades of Vivid Violet #99299B

Tints of Vivid Violet #99299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 43.84%
G = 11.75%
B = 44.41%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99299B (or 0x99299B) is known color: Vivid Violet. HEX triplet: 99, 29 and 9B. RGB value is (153,41,155). Sum of RGB (Red+Green+Blue) = 153+41+155=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #99299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99299B is #66D664. Grayscale: #575757. Windows color (decimal): -6739557 or 10168729. OLE color: 10168729.

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

Color convert

RGB 153 41 155 -
CMYK 0.01 0.74 0 0.39
HSL 298.95º 0.58% 0.38% -
HSV(B) 298.95º 0.74% 0.61% -
XYZ 19.85 10.72 32.03 -
YUV 87.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 153 41 155 0.01 0.74 0 0.39 298.95 0.58 0.38
Hex 99 29 9B 1 4A 0 27 12B 3A 26
Octal 231 51 233 1 112 0 47 453 72 46
Binary 10011001 101001 10011011 1 1001010 0 100111 100101011 111010 100110

Color Harmonies of #99299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99299B

Black with #99299B

Text Example


Text Example

White with #99299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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