Html Css Color HEX #993692 Vivid Violet

📋 copy color: '#993692'

red 153 ◦ green 54 ◦ blue 146

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

Shades of Vivid Violet #993692

Tints of Vivid Violet #993692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

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

R = 43.34%
G = 15.3%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#993692 (or 0x993692) is known color: Vivid Violet. HEX triplet: 99, 36 and 92. RGB value is (153,54,146). Sum of RGB (Red+Green+Blue) = 153+54+146=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #993692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993692 is #66C96D. Grayscale: #5D5D5D. Windows color (decimal): -6736238 or 9582233. OLE color: 9582233.

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

Color convert

RGB 153 54 146 -
CMYK 0 0.65 0.05 0.4
HSL 304.24º 0.48% 0.41% -
HSV(B) 304.24º 0.65% 0.6% -
XYZ 19.64 11.49 28.38 -
YUV 94.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 153 54 146 0 0.65 0.05 0.4 304.24 0.48 0.41
Hex 99 36 92 0 41 5 28 130 30 29
Octal 231 66 222 0 101 5 50 460 60 51
Binary 10011001 110110 10010010 0 1000001 101 101000 100110000 110000 101001

Color Harmonies of #993692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993692

Black with #993692

Text Example


Text Example

White with #993692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993692; }

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

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

background-color css

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

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

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

border-color css

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

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

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