Html Css Color HEX #993695 Vivid Violet

📋 copy color: '#993695'

red 153 ◦ green 54 ◦ blue 149

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

Shades of Vivid Violet #993695

Tints of Vivid Violet #993695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.85%

R = 42.98%
G = 15.17%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#993695 (or 0x993695) is known color: Vivid Violet. HEX triplet: 99, 36 and 95. RGB value is (153,54,149). Sum of RGB (Red+Green+Blue) = 153+54+149=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #993695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993695 is #66C96A. Grayscale: #5E5E5E. Windows color (decimal): -6736235 or 9778841. OLE color: 9778841.

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

Color convert

RGB 153 54 149 -
CMYK 0 0.65 0.03 0.4
HSL 302.42º 0.48% 0.41% -
HSV(B) 302.42º 0.65% 0.6% -
XYZ 19.88 11.58 29.62 -
YUV 94.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 153 54 149 0 0.65 0.03 0.4 302.42 0.48 0.41
Hex 99 36 95 0 41 3 28 12E 30 29
Octal 231 66 225 0 101 3 50 456 60 51
Binary 10011001 110110 10010101 0 1000001 11 101000 100101110 110000 101001

Color Harmonies of #993695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993695

Black with #993695

Text Example


Text Example

White with #993695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993695; }

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

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

background-color css

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

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

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

border-color css

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

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

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