Html Css Color HEX #99388D Vivid Violet

📋 copy color: '#99388D'

red 153 ◦ green 56 ◦ blue 141

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

Shades of Vivid Violet #99388D

Tints of Vivid Violet #99388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

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

R = 43.71%
G = 16%
B = 40.29%

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

#99388D (or 0x99388D) is known color: Vivid Violet. HEX triplet: 99, 38 and 8D. RGB value is (153,56,141). Sum of RGB (Red+Green+Blue) = 153+56+141=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99388D is #66C772. Grayscale: #5E5E5E. Windows color (decimal): -6735731 or 9255065. OLE color: 9255065.

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

Color convert

RGB 153 56 141 -
CMYK 0 0.63 0.08 0.4
HSL 307.42º 0.46% 0.41% -
HSV(B) 307.42º 0.63% 0.6% -
XYZ 19.36 11.52 26.4 -
YUV 94.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 153 56 141 0 0.63 0.08 0.4 307.42 0.46 0.41
Hex 99 38 8D 0 3F 8 28 133 2E 29
Octal 231 70 215 0 77 10 50 463 56 51
Binary 10011001 111000 10001101 0 111111 1000 101000 100110011 101110 101001

Color Harmonies of #99388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99388D

Black with #99388D

Text Example


Text Example

White with #99388D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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