Html Css Color HEX #993991 Vivid Violet

📋 copy color: '#993991'

red 153 ◦ green 57 ◦ blue 145

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

Shades of Vivid Violet #993991

Tints of Vivid Violet #993991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

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

R = 43.1%
G = 16.06%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#993991 (or 0x993991) is known color: Vivid Violet. HEX triplet: 99, 39 and 91. RGB value is (153,57,145). Sum of RGB (Red+Green+Blue) = 153+57+145=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #993991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993991 is #66C66E. Grayscale: #5F5F5F. Windows color (decimal): -6735471 or 9517465. OLE color: 9517465.

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

Color convert

RGB 153 57 145 -
CMYK 0 0.63 0.05 0.4
HSL 305º 0.46% 0.41% -
HSV(B) 305º 0.63% 0.6% -
XYZ 19.71 11.74 28.02 -
YUV 95.74 155.8 168.84 -
System Red Green Blue C M Y K H S L
Decimal 153 57 145 0 0.63 0.05 0.4 305 0.46 0.41
Hex 99 39 91 0 3F 5 28 131 2E 29
Octal 231 71 221 0 77 5 50 461 56 51
Binary 10011001 111001 10010001 0 111111 101 101000 100110001 101110 101001

Color Harmonies of #993991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993991

Black with #993991

Text Example


Text Example

White with #993991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993991; }

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

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

background-color css

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

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

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

border-color css

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

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

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