Html Css Color HEX #99328F Vivid Violet

📋 copy color: '#99328F'

red 153 ◦ green 50 ◦ blue 143

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

Shades of Vivid Violet #99328F

Tints of Vivid Violet #99328F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

 BLUE value IS 143 (56.25% from 255) = 41.33%

R = 44.22%
G = 14.45%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99328F (or 0x99328F) is known color: Vivid Violet. HEX triplet: 99, 32 and 8F. RGB value is (153,50,143). Sum of RGB (Red+Green+Blue) = 153+50+143=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99328F is #66CD70. Grayscale: #5B5B5B. Windows color (decimal): -6737265 or 9384601. OLE color: 9384601.

HSL color Cylindrical-coordinate representation of color #99328F: hue angle of 305.83º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99328F is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 143 -
CMYK 0 0.67 0.07 0.4
HSL 305.83º 0.51% 0.4% -
HSV(B) 305.83º 0.67% 0.6% -
XYZ 19.24 11.04 27.1 -
YUV 91.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 153 50 143 0 0.67 0.07 0.4 305.83 0.51 0.4
Hex 99 32 8F 0 43 7 28 132 33 28
Octal 231 62 217 0 103 7 50 462 63 50
Binary 10011001 110010 10001111 0 1000011 111 101000 100110010 110011 101000

Color Harmonies of #99328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99328F

Black with #99328F

Text Example


Text Example

White with #99328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99328F; }

 p { color: rgb(153,50,143); }

 H1.HeaderClassName
 {
   color: #99328F;
 }
 .AnyTagClassName
 {
   color: #99328F;
 }
</style>

background-color css

<style>
 a { background-color: #99328F; }

 a { background-color: rgb(153,50,143); }

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

border-color css

<style>
 span { border-color: #99328F; }

 span { border-color: rgb(153,50,143); }

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