Html Css Color HEX #993B8F Vivid Violet

📋 copy color: '#993B8F'

red 153 ◦ green 59 ◦ blue 143

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

Shades of Vivid Violet #993B8F

Tints of Vivid Violet #993B8F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.62%

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 43.1%
G = 16.62%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#993B8F (or 0x993B8F) is known color: Vivid Violet. HEX triplet: 99, 3B and 8F. RGB value is (153,59,143). Sum of RGB (Red+Green+Blue) = 153+59+143=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #993B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993B8F is #66C470. Grayscale: #606060. Windows color (decimal): -6734961 or 9386905. OLE color: 9386905.

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

Color convert

RGB 153 59 143 -
CMYK 0 0.61 0.07 0.4
HSL 306.38º 0.44% 0.42% -
HSV(B) 306.38º 0.61% 0.6% -
XYZ 19.66 11.88 27.24 -
YUV 96.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 153 59 143 0 0.61 0.07 0.4 306.38 0.44 0.42
Hex 99 3B 8F 0 3D 7 28 132 2C 2A
Octal 231 73 217 0 75 7 50 462 54 52
Binary 10011001 111011 10001111 0 111101 111 101000 100110010 101100 101010

Color Harmonies of #993B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B8F

Black with #993B8F

Text Example


Text Example

White with #993B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,59,143); }

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

background-color css

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

 a { background-color: rgb(153,59,143); }

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

border-color css

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

 span { border-color: rgb(153,59,143); }

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