Html Css Color HEX #993F9D Vivid Violet

📋 copy color: '#993F9D'

red 153 ◦ green 63 ◦ blue 157

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

Shades of Vivid Violet #993F9D

Tints of Vivid Violet #993F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 41.02%
G = 16.89%
B = 42.09%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#993F9D (or 0x993F9D) is known color: Vivid Violet. HEX triplet: 99, 3F and 9D. RGB value is (153,63,157). Sum of RGB (Red+Green+Blue) = 153+63+157=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #993F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993F9D is #66C062. Grayscale: #646464. Windows color (decimal): -6733923 or 10305433. OLE color: 10305433.

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

Color convert

RGB 153 63 157 -
CMYK 0.03 0.60 0 0.38
HSL 297.45º 0.43% 0.43% -
HSV(B) 297.45º 0.6% 0.62% -
XYZ 21 12.76 33.25 -
YUV 100.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 153 63 157 0.03 0.60 0 0.38 297.45 0.43 0.43
Hex 99 3F 9D 3 3C 0 26 129 2B 2B
Octal 231 77 235 3 74 0 46 451 53 53
Binary 10011001 111111 10011101 11 111100 0 100110 100101001 101011 101011

Color Harmonies of #993F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F9D

Black with #993F9D

Text Example


Text Example

White with #993F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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