Html Css Color HEX #99388E Vivid Violet

📋 copy color: '#99388E'

red 153 ◦ green 56 ◦ blue 142

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

Shades of Vivid Violet #99388E

Tints of Vivid Violet #99388E

RGB

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

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

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

R = 43.59%
G = 15.95%
B = 40.46%

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

#99388E (or 0x99388E) is known color: Vivid Violet. HEX triplet: 99, 38 and 8E. RGB value is (153,56,142). Sum of RGB (Red+Green+Blue) = 153+56+142=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #99388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99388E is #66C771. Grayscale: #5E5E5E. Windows color (decimal): -6735730 or 9320601. OLE color: 9320601.

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

Color convert

RGB 153 56 142 -
CMYK 0 0.63 0.07 0.4
HSL 306.8º 0.46% 0.41% -
HSV(B) 306.8º 0.63% 0.6% -
XYZ 19.43 11.55 26.8 -
YUV 94.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 153 56 142 0 0.63 0.07 0.4 306.8 0.46 0.41
Hex 99 38 8E 0 3F 7 28 133 2E 29
Octal 231 70 216 0 77 7 50 463 56 51
Binary 10011001 111000 10001110 0 111111 111 101000 100110011 101110 101001

Color Harmonies of #99388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99388E

Black with #99388E

Text Example


Text Example

White with #99388E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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