Html Css Color HEX #993993 Vivid Violet

📋 copy color: '#993993'

red 153 ◦ green 57 ◦ blue 147

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

Shades of Vivid Violet #993993

Tints of Vivid Violet #993993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.97%

 BLUE value IS 147 (57.81% from 255) = 41.18%

R = 42.86%
G = 15.97%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#993993 (or 0x993993) is known color: Vivid Violet. HEX triplet: 99, 39 and 93. RGB value is (153,57,147). Sum of RGB (Red+Green+Blue) = 153+57+147=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #993993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993993 is #66C66C. Grayscale: #5F5F5F. Windows color (decimal): -6735469 or 9648537. OLE color: 9648537.

HSL color Cylindrical-coordinate representation of color #993993: hue angle of 303.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993993 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 57 147 -
CMYK 0 0.63 0.04 0.4
HSL 303.75º 0.46% 0.41% -
HSV(B) 303.75º 0.63% 0.6% -
XYZ 19.87 11.81 28.84 -
YUV 95.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 153 57 147 0 0.63 0.04 0.4 303.75 0.46 0.41
Hex 99 39 93 0 3F 4 28 130 2E 29
Octal 231 71 223 0 77 4 50 460 56 51
Binary 10011001 111001 10010011 0 111111 100 101000 100110000 101110 101001

Color Harmonies of #993993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993993

Black with #993993

Text Example


Text Example

White with #993993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993993; }

 p { color: rgb(153,57,147); }

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

background-color css

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

 a { background-color: rgb(153,57,147); }

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

border-color css

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

 span { border-color: rgb(153,57,147); }

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