Html Css Color HEX #99379E Vivid Violet

📋 copy color: '#99379E'

red 153 ◦ green 55 ◦ blue 158

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

Shades of Vivid Violet #99379E

Tints of Vivid Violet #99379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

 BLUE value IS 158 (62.11% from 255) = 43.17%

R = 41.8%
G = 15.03%
B = 43.17%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99379E (or 0x99379E) is known color: Vivid Violet. HEX triplet: 99, 37 and 9E. RGB value is (153,55,158). Sum of RGB (Red+Green+Blue) = 153+55+158=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #99379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99379E is #66C861. Grayscale: #5F5F5F. Windows color (decimal): -6735970 or 10368921. OLE color: 10368921.

HSL color Cylindrical-coordinate representation of color #99379E: hue angle of 297.09º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99379E is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 55 158 -
CMYK 0.03 0.65 0 0.38
HSL 297.09º 0.48% 0.42% -
HSV(B) 297.09º 0.65% 0.62% -
XYZ 20.67 11.97 33.57 -
YUV 96.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 153 55 158 0.03 0.65 0 0.38 297.09 0.48 0.42
Hex 99 37 9E 3 41 0 26 129 30 2A
Octal 231 67 236 3 101 0 46 451 60 52
Binary 10011001 110111 10011110 11 1000001 0 100110 100101001 110000 101010

Color Harmonies of #99379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99379E

Black with #99379E

Text Example


Text Example

White with #99379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99379E; }

 p { color: rgb(153,55,158); }

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

background-color css

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

 a { background-color: rgb(153,55,158); }

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

border-color css

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

 span { border-color: rgb(153,55,158); }

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