Html Css Color HEX #993992 Vivid Violet

📋 copy color: '#993992'

red 153 ◦ green 57 ◦ blue 146

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

Shades of Vivid Violet #993992

Tints of Vivid Violet #993992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 42.98%
G = 16.01%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#993992 (or 0x993992) is known color: Vivid Violet. HEX triplet: 99, 39 and 92. RGB value is (153,57,146). Sum of RGB (Red+Green+Blue) = 153+57+146=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #993992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993992 is #66C66D. Grayscale: #5F5F5F. Windows color (decimal): -6735470 or 9583001. OLE color: 9583001.

HSL color Cylindrical-coordinate representation of color #993992: hue angle of 304.38º 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 #993992 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 57 146 -
CMYK 0 0.63 0.05 0.4
HSL 304.38º 0.46% 0.41% -
HSV(B) 304.38º 0.63% 0.6% -
XYZ 19.79 11.77 28.42 -
YUV 95.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 153 57 146 0 0.63 0.05 0.4 304.38 0.46 0.41
Hex 99 39 92 0 3F 5 28 130 2E 29
Octal 231 71 222 0 77 5 50 460 56 51
Binary 10011001 111001 10010010 0 111111 101 101000 100110000 101110 101001

Color Harmonies of #993992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993992

Black with #993992

Text Example


Text Example

White with #993992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993992; }

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

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

background-color css

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

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

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

border-color css

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

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

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