Html Css Color HEX #993698 Vivid Violet

📋 copy color: '#993698'

red 153 ◦ green 54 ◦ blue 152

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

Shades of Vivid Violet #993698

Tints of Vivid Violet #993698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 42.62%
G = 15.04%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#993698 (or 0x993698) is known color: Vivid Violet. HEX triplet: 99, 36 and 98. RGB value is (153,54,152). Sum of RGB (Red+Green+Blue) = 153+54+152=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #993698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993698 is #66C967. Grayscale: #5E5E5E. Windows color (decimal): -6736232 or 9975449. OLE color: 9975449.

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

Color convert

RGB 153 54 152 -
CMYK 0 0.65 0.01 0.4
HSL 300.61º 0.48% 0.41% -
HSV(B) 300.61º 0.65% 0.6% -
XYZ 20.12 11.68 30.9 -
YUV 94.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 153 54 152 0 0.65 0.01 0.4 300.61 0.48 0.41
Hex 99 36 98 0 41 1 28 12D 30 29
Octal 231 66 230 0 101 1 50 455 60 51
Binary 10011001 110110 10011000 0 1000001 1 101000 100101101 110000 101001

Color Harmonies of #993698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993698

Black with #993698

Text Example


Text Example

White with #993698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993698; }

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

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

background-color css

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

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

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

border-color css

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

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

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