Html Css Color HEX #993A9E Vivid Violet

📋 copy color: '#993A9E'

red 153 ◦ green 58 ◦ blue 158

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

Shades of Vivid Violet #993A9E

Tints of Vivid Violet #993A9E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.72%

 BLUE value IS 158 (62.11% from 255) = 42.82%

R = 41.46%
G = 15.72%
B = 42.82%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#993A9E (or 0x993A9E) is known color: Vivid Violet. HEX triplet: 99, 3A and 9E. RGB value is (153,58,158). Sum of RGB (Red+Green+Blue) = 153+58+158=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #993A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993A9E is #66C561. Grayscale: #616161. Windows color (decimal): -6735202 or 10369689. OLE color: 10369689.

HSL color Cylindrical-coordinate representation of color #993A9E: hue angle of 297º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993A9E is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 58 158 -
CMYK 0.03 0.63 0 0.38
HSL 297º 0.46% 0.42% -
HSV(B) 297º 0.63% 0.62% -
XYZ 20.82 12.27 33.62 -
YUV 97.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 153 58 158 0.03 0.63 0 0.38 297 0.46 0.42
Hex 99 3A 9E 3 3F 0 26 129 2E 2A
Octal 231 72 236 3 77 0 46 451 56 52
Binary 10011001 111010 10011110 11 111111 0 100110 100101001 101110 101010

Color Harmonies of #993A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A9E

Black with #993A9E

Text Example


Text Example

White with #993A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,58,158); }

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

background-color css

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

 a { background-color: rgb(153,58,158); }

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

border-color css

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

 span { border-color: rgb(153,58,158); }

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