Html Css Color HEX #993FA2 Vivid Violet

📋 copy color: '#993FA2'

red 153 ◦ green 63 ◦ blue 162

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

Shades of Vivid Violet #993FA2

Tints of Vivid Violet #993FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.86%

R = 40.48%
G = 16.67%
B = 42.86%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#993FA2 (or 0x993FA2) is known color: Vivid Violet. HEX triplet: 99, 3F and A2. RGB value is (153,63,162). Sum of RGB (Red+Green+Blue) = 153+63+162=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 162 - color contains mainly: blue. Hex color #993FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993FA2 is #66C05D. Grayscale: #646464. Windows color (decimal): -6733918 or 10633113. OLE color: 10633113.

HSL color Cylindrical-coordinate representation of color #993FA2: hue angle of 294.55º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993FA2 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 63 162 -
CMYK 0.06 0.61 0 0.36
HSL 294.55º 0.44% 0.44% -
HSV(B) 294.55º 0.61% 0.64% -
XYZ 21.44 12.94 35.55 -
YUV 101.2 162.32 164.95 -
System Red Green Blue C M Y K H S L
Decimal 153 63 162 0.06 0.61 0 0.36 294.55 0.44 0.44
Hex 99 3F A2 6 3D 0 24 127 2C 2C
Octal 231 77 242 6 75 0 44 447 54 54
Binary 10011001 111111 10100010 110 111101 0 100100 100100111 101100 101100

Color Harmonies of #993FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FA2

Black with #993FA2

Text Example


Text Example

White with #993FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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