Html Css Color HEX #993195 Vivid Violet

📋 copy color: '#993195'

red 153 ◦ green 49 ◦ blue 149

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

Shades of Vivid Violet #993195

Tints of Vivid Violet #993195

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.96%

 BLUE value IS 149 (58.59% from 255) = 42.45%

R = 43.59%
G = 13.96%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#993195 (or 0x993195) is known color: Vivid Violet. HEX triplet: 99, 31 and 95. RGB value is (153,49,149). Sum of RGB (Red+Green+Blue) = 153+49+149=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #993195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993195 is #66CE6A. Grayscale: #5B5B5B. Windows color (decimal): -6737515 or 9777561. OLE color: 9777561.

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

Color convert

RGB 153 49 149 -
CMYK 0 0.68 0.03 0.4
HSL 302.31º 0.51% 0.4% -
HSV(B) 302.31º 0.68% 0.6% -
XYZ 19.66 11.14 29.55 -
YUV 91.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 153 49 149 0 0.68 0.03 0.4 302.31 0.51 0.4
Hex 99 31 95 0 44 3 28 12E 33 28
Octal 231 61 225 0 104 3 50 456 63 50
Binary 10011001 110001 10010101 0 1000100 11 101000 100101110 110011 101000

Color Harmonies of #993195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993195

Black with #993195

Text Example


Text Example

White with #993195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993195; }

 p { color: rgb(153,49,149); }

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

background-color css

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

 a { background-color: rgb(153,49,149); }

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

border-color css

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

 span { border-color: rgb(153,49,149); }

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