Html Css Color HEX #993491 Vivid Violet

📋 copy color: '#993491'

red 153 ◦ green 52 ◦ blue 145

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

Shades of Vivid Violet #993491

Tints of Vivid Violet #993491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.86%

 BLUE value IS 145 (57.03% from 255) = 41.43%

R = 43.71%
G = 14.86%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#993491 (or 0x993491) is known color: Vivid Violet. HEX triplet: 99, 34 and 91. RGB value is (153,52,145). Sum of RGB (Red+Green+Blue) = 153+52+145=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #993491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993491 is #66CB6E. Grayscale: #5C5C5C. Windows color (decimal): -6736751 or 9516185. OLE color: 9516185.

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

Color convert

RGB 153 52 145 -
CMYK 0 0.66 0.05 0.4
HSL 304.75º 0.49% 0.4% -
HSV(B) 304.75º 0.66% 0.6% -
XYZ 19.48 11.27 27.94 -
YUV 92.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 153 52 145 0 0.66 0.05 0.4 304.75 0.49 0.4
Hex 99 34 91 0 42 5 28 131 31 28
Octal 231 64 221 0 102 5 50 461 61 50
Binary 10011001 110100 10010001 0 1000010 101 101000 100110001 110001 101000

Color Harmonies of #993491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993491

Black with #993491

Text Example


Text Example

White with #993491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993491; }

 p { color: rgb(153,52,145); }

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

background-color css

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

 a { background-color: rgb(153,52,145); }

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

border-color css

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

 span { border-color: rgb(153,52,145); }

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