Html Css Color HEX #993FA0 Vivid Violet

📋 copy color: '#993FA0'

red 153 ◦ green 63 ◦ blue 160

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

Shades of Vivid Violet #993FA0

Tints of Vivid Violet #993FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.55%

R = 40.69%
G = 16.76%
B = 42.55%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#993FA0 (or 0x993FA0) is known color: Vivid Violet. HEX triplet: 99, 3F and A0. RGB value is (153,63,160). Sum of RGB (Red+Green+Blue) = 153+63+160=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 160 - color contains mainly: blue. Hex color #993FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993FA0 is #66C05F. Grayscale: #646464. Windows color (decimal): -6733920 or 10502041. OLE color: 10502041.

HSL color Cylindrical-coordinate representation of color #993FA0: hue angle of 295.67º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993FA0 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 63 160 -
CMYK 0.04 0.61 0 0.37
HSL 295.67º 0.43% 0.44% -
HSV(B) 295.67º 0.61% 0.63% -
XYZ 21.26 12.87 34.62 -
YUV 100.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 153 63 160 0.04 0.61 0 0.37 295.67 0.43 0.44
Hex 99 3F A0 4 3D 0 25 128 2B 2C
Octal 231 77 240 4 75 0 45 450 53 54
Binary 10011001 111111 10100000 100 111101 0 100101 100101000 101011 101100

Color Harmonies of #993FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FA0

Black with #993FA0

Text Example


Text Example

White with #993FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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