Html Css Color HEX #993F8A Vivid Violet

📋 copy color: '#993F8A'

red 153 ◦ green 63 ◦ blue 138

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

Shades of Vivid Violet #993F8A

Tints of Vivid Violet #993F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 43.22%
G = 17.8%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#993F8A (or 0x993F8A) is known color: Vivid Violet. HEX triplet: 99, 3F and 8A. RGB value is (153,63,138). Sum of RGB (Red+Green+Blue) = 153+63+138=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #993F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993F8A is #66C075. Grayscale: #626262. Windows color (decimal): -6733942 or 9060249. OLE color: 9060249.

HSL color Cylindrical-coordinate representation of color #993F8A: hue angle of 310º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #993F8A is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 63 138 -
CMYK 0 0.59 0.10 0.4
HSL 310º 0.42% 0.42% -
HSV(B) 310º 0.59% 0.6% -
XYZ 19.5 12.16 25.36 -
YUV 98.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 153 63 138 0 0.59 0.10 0.4 310 0.42 0.42
Hex 99 3F 8A 0 3B A 28 136 2A 2A
Octal 231 77 212 0 73 12 50 466 52 52
Binary 10011001 111111 10001010 0 111011 1010 101000 100110110 101010 101010

Color Harmonies of #993F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F8A

Black with #993F8A

Text Example


Text Example

White with #993F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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