Html Css Color HEX #993FA5 Vivid Violet

📋 copy color: '#993FA5'

red 153 ◦ green 63 ◦ blue 165

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

Shades of Vivid Violet #993FA5

Tints of Vivid Violet #993FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.31%

R = 40.16%
G = 16.54%
B = 43.31%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#993FA5 (or 0x993FA5) is known color: Vivid Violet. HEX triplet: 99, 3F and A5. RGB value is (153,63,165). Sum of RGB (Red+Green+Blue) = 153+63+165=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 165 - color contains mainly: blue. Hex color #993FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993FA5 is #66C05A. Grayscale: #656565. Windows color (decimal): -6733915 or 10829721. OLE color: 10829721.

HSL color Cylindrical-coordinate representation of color #993FA5: hue angle of 292.94º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993FA5 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 63 165 -
CMYK 0.07 0.62 0 0.35
HSL 292.94º 0.45% 0.45% -
HSV(B) 292.94º 0.62% 0.65% -
XYZ 21.71 13.04 36.97 -
YUV 101.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 153 63 165 0.07 0.62 0 0.35 292.94 0.45 0.45
Hex 99 3F A5 7 3E 0 23 125 2D 2D
Octal 231 77 245 7 76 0 43 445 55 55
Binary 10011001 111111 10100101 111 111110 0 100011 100100101 101101 101101

Color Harmonies of #993FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FA5

Black with #993FA5

Text Example


Text Example

White with #993FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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