Html Css Color HEX #99379B Vivid Violet

📋 copy color: '#99379B'

red 153 ◦ green 55 ◦ blue 155

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

Shades of Vivid Violet #99379B

Tints of Vivid Violet #99379B

RGB

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

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

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

R = 42.15%
G = 15.15%
B = 42.7%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99379B (or 0x99379B) is known color: Vivid Violet. HEX triplet: 99, 37 and 9B. RGB value is (153,55,155). Sum of RGB (Red+Green+Blue) = 153+55+155=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #99379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99379B is #66C864. Grayscale: #5F5F5F. Windows color (decimal): -6735973 or 10172313. OLE color: 10172313.

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

Color convert

RGB 153 55 155 -
CMYK 0.01 0.65 0 0.39
HSL 298.8º 0.48% 0.41% -
HSV(B) 298.8º 0.65% 0.61% -
XYZ 20.42 11.87 32.23 -
YUV 95.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 153 55 155 0.01 0.65 0 0.39 298.8 0.48 0.41
Hex 99 37 9B 1 41 0 27 12B 30 29
Octal 231 67 233 1 101 0 47 453 60 51
Binary 10011001 110111 10011011 1 1000001 0 100111 100101011 110000 101001

Color Harmonies of #99379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99379B

Black with #99379B

Text Example


Text Example

White with #99379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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