Html Css Color HEX #993EA0 Vivid Violet

📋 copy color: '#993EA0'

red 153 ◦ green 62 ◦ blue 160

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

Shades of Vivid Violet #993EA0

Tints of Vivid Violet #993EA0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.53%

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

R = 40.8%
G = 16.53%
B = 42.67%

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

#993EA0 (or 0x993EA0) is known color: Vivid Violet. HEX triplet: 99, 3E and A0. RGB value is (153,62,160). Sum of RGB (Red+Green+Blue) = 153+62+160=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 160 - color contains mainly: blue. Hex color #993EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993EA0 is #66C15F. Grayscale: #646464. Windows color (decimal): -6734176 or 10501785. OLE color: 10501785.

HSL color Cylindrical-coordinate representation of color #993EA0: hue angle of 295.71º degrees, saturation: 0.44, 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 #993EA0 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 62 160 -
CMYK 0.04 0.61 0 0.37
HSL 295.71º 0.44% 0.44% -
HSV(B) 295.71º 0.61% 0.63% -
XYZ 21.2 12.76 34.6 -
YUV 100.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 153 62 160 0.04 0.61 0 0.37 295.71 0.44 0.44
Hex 99 3E A0 4 3D 0 25 128 2C 2C
Octal 231 76 240 4 75 0 45 450 54 54
Binary 10011001 111110 10100000 100 111101 0 100101 100101000 101100 101100

Color Harmonies of #993EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EA0

Black with #993EA0

Text Example


Text Example

White with #993EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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