#99378E

Color #99378E Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #99378E

Tints of Vivid Violet #99378E

Color information

#99378E (or 0x99378E) is unknown color: approx 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

RGB15355142-
CMYK00.640.070.4
HSL306.73º47.12%40.78%-
HSV(B)306.73º64.05%60%-
XYZ19.3911.4626.78-
YUV94.22154.97169.93-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535514200.640.070.4306.7347.1240.78
Hex99378E0407281332f29
Octal2316721601007504635751
Binary100110011101111000111001000000111101000100110011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>