Html Css Color HEX #99398C Vivid Violet

📋 copy color: '#99398C'

red 153 ◦ green 57 ◦ blue 140

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

Shades of Vivid Violet #99398C

Tints of Vivid Violet #99398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40%

R = 43.71%
G = 16.29%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99398C (or 0x99398C) is known color: Vivid Violet. HEX triplet: 99, 39 and 8C. RGB value is (153,57,140). Sum of RGB (Red+Green+Blue) = 153+57+140=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99398C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99398C is #66C673. Grayscale: #5E5E5E. Windows color (decimal): -6735476 or 9189785. OLE color: 9189785.

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

Color convert

RGB 153 57 140 -
CMYK 0 0.63 0.08 0.4
HSL 308.13º 0.46% 0.41% -
HSV(B) 308.13º 0.63% 0.6% -
XYZ 19.33 11.59 26.03 -
YUV 95.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 153 57 140 0 0.63 0.08 0.4 308.13 0.46 0.41
Hex 99 39 8C 0 3F 8 28 134 2E 29
Octal 231 71 214 0 77 10 50 464 56 51
Binary 10011001 111001 10001100 0 111111 1000 101000 100110100 101110 101001

Color Harmonies of #99398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99398C

Black with #99398C

Text Example


Text Example

White with #99398C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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