Html Css Color HEX #99378E Vivid Violet

📋 copy color: '#99378E'

red 153 ◦ green 55 ◦ blue 142

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

Shades of Vivid Violet #99378E

Tints of Vivid Violet #99378E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 43.71%
G = 15.71%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99378E (or 0x99378E) is known color: Vivid Violet. HEX triplet: 99, 37 and 8E. RGB value is (153,55,142). Sum of RGB (Red+Green+Blue) = 153+55+142=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99378E is #66C871. Grayscale: #5D5D5D. Windows color (decimal): -6735986 or 9320345. OLE color: 9320345.

HSL color Cylindrical-coordinate representation of color #99378E: hue angle of 306.73º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99378E is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 55 142 -
CMYK 0 0.64 0.07 0.4
HSL 306.73º 0.47% 0.41% -
HSV(B) 306.73º 0.64% 0.6% -
XYZ 19.39 11.46 26.78 -
YUV 94.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 153 55 142 0 0.64 0.07 0.4 306.73 0.47 0.41
Hex 99 37 8E 0 40 7 28 133 2F 29
Octal 231 67 216 0 100 7 50 463 57 51
Binary 10011001 110111 10001110 0 1000000 111 101000 100110011 101111 101001

Color Harmonies of #99378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99378E

Black with #99378E

Text Example


Text Example

White with #99378E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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