Html Css Color HEX #993690 Vivid Violet

📋 copy color: '#993690'

red 153 ◦ green 54 ◦ blue 144

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

Shades of Vivid Violet #993690

Tints of Vivid Violet #993690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.03%

R = 43.59%
G = 15.38%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#993690 (or 0x993690) is known color: Vivid Violet. HEX triplet: 99, 36 and 90. RGB value is (153,54,144). Sum of RGB (Red+Green+Blue) = 153+54+144=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #993690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993690 is #66C96F. Grayscale: #5D5D5D. Windows color (decimal): -6736240 or 9451161. OLE color: 9451161.

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

Color convert

RGB 153 54 144 -
CMYK 0 0.65 0.06 0.4
HSL 305.45º 0.48% 0.41% -
HSV(B) 305.45º 0.65% 0.6% -
XYZ 19.49 11.42 27.56 -
YUV 93.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 153 54 144 0 0.65 0.06 0.4 305.45 0.48 0.41
Hex 99 36 90 0 41 6 28 131 30 29
Octal 231 66 220 0 101 6 50 461 60 51
Binary 10011001 110110 10010000 0 1000001 110 101000 100110001 110000 101001

Color Harmonies of #993690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993690

Black with #993690

Text Example


Text Example

White with #993690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993690; }

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

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

background-color css

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

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

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

border-color css

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

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

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