Html Css Color HEX #99378D Vivid Violet

📋 copy color: '#99378D'

red 153 ◦ green 55 ◦ blue 141

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

Shades of Vivid Violet #99378D

Tints of Vivid Violet #99378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 43.84%
G = 15.76%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99378D (or 0x99378D) is known color: Vivid Violet. HEX triplet: 99, 37 and 8D. RGB value is (153,55,141). Sum of RGB (Red+Green+Blue) = 153+55+141=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99378D is #66C872. Grayscale: #5D5D5D. Windows color (decimal): -6735987 or 9254809. OLE color: 9254809.

HSL color Cylindrical-coordinate representation of color #99378D: hue angle of 307.35º 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 #99378D is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 55 141 -
CMYK 0 0.64 0.08 0.4
HSL 307.35º 0.47% 0.41% -
HSV(B) 307.35º 0.64% 0.6% -
XYZ 19.31 11.43 26.39 -
YUV 94.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 153 55 141 0 0.64 0.08 0.4 307.35 0.47 0.41
Hex 99 37 8D 0 40 8 28 133 2F 29
Octal 231 67 215 0 100 10 50 463 57 51
Binary 10011001 110111 10001101 0 1000000 1000 101000 100110011 101111 101001

Color Harmonies of #99378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99378D

Black with #99378D

Text Example


Text Example

White with #99378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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