Html Css Color HEX #993F91 Vivid Violet

📋 copy color: '#993F91'

red 153 ◦ green 63 ◦ blue 145

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

Shades of Vivid Violet #993F91

Tints of Vivid Violet #993F91

RGB

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

 GREEN value IS 63 (25% from 255) = 17.45%

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

R = 42.38%
G = 17.45%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#993F91 (or 0x993F91) is known color: Vivid Violet. HEX triplet: 99, 3F and 91. RGB value is (153,63,145). Sum of RGB (Red+Green+Blue) = 153+63+145=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #993F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993F91 is #66C06E. Grayscale: #636363. Windows color (decimal): -6733935 or 9519001. OLE color: 9519001.

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

Color convert

RGB 153 63 145 -
CMYK 0 0.59 0.05 0.4
HSL 305.33º 0.42% 0.42% -
HSV(B) 305.33º 0.59% 0.6% -
XYZ 20.03 12.37 28.12 -
YUV 99.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 153 63 145 0 0.59 0.05 0.4 305.33 0.42 0.42
Hex 99 3F 91 0 3B 5 28 131 2A 2A
Octal 231 77 221 0 73 5 50 461 52 52
Binary 10011001 111111 10010001 0 111011 101 101000 100110001 101010 101010

Color Harmonies of #993F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F91

Black with #993F91

Text Example


Text Example

White with #993F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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