Html Css Color HEX #99398E Vivid Violet

📋 copy color: '#99398E'

red 153 ◦ green 57 ◦ blue 142

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

Shades of Vivid Violet #99398E

Tints of Vivid Violet #99398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.19%

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

R = 43.47%
G = 16.19%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99398E (or 0x99398E) is known color: Vivid Violet. HEX triplet: 99, 39 and 8E. RGB value is (153,57,142). Sum of RGB (Red+Green+Blue) = 153+57+142=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #99398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99398E is #66C671. Grayscale: #5F5F5F. Windows color (decimal): -6735474 or 9320857. OLE color: 9320857.

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

Color convert

RGB 153 57 142 -
CMYK 0 0.63 0.07 0.4
HSL 306.88º 0.46% 0.41% -
HSV(B) 306.88º 0.63% 0.6% -
XYZ 19.48 11.65 26.81 -
YUV 95.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 153 57 142 0 0.63 0.07 0.4 306.88 0.46 0.41
Hex 99 39 8E 0 3F 7 28 133 2E 29
Octal 231 71 216 0 77 7 50 463 56 51
Binary 10011001 111001 10001110 0 111111 111 101000 100110011 101110 101001

Color Harmonies of #99398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99398E

Black with #99398E

Text Example


Text Example

White with #99398E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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