Html Css Color HEX #993D95 Vivid Violet

📋 copy color: '#993D95'

red 153 ◦ green 61 ◦ blue 149

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

Shades of Vivid Violet #993D95

Tints of Vivid Violet #993D95

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.8%

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

R = 42.15%
G = 16.8%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#993D95 (or 0x993D95) is known color: Vivid Violet. HEX triplet: 99, 3D and 95. RGB value is (153,61,149). Sum of RGB (Red+Green+Blue) = 153+61+149=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #993D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993D95 is #66C26A. Grayscale: #626262. Windows color (decimal): -6734443 or 9780633. OLE color: 9780633.

HSL color Cylindrical-coordinate representation of color #993D95: hue angle of 302.61º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #993D95 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 61 149 -
CMYK 0 0.60 0.03 0.4
HSL 302.61º 0.43% 0.42% -
HSV(B) 302.61º 0.6% 0.6% -
XYZ 20.23 12.28 29.74 -
YUV 98.54 156.48 166.84 -
System Red Green Blue C M Y K H S L
Decimal 153 61 149 0 0.60 0.03 0.4 302.61 0.43 0.42
Hex 99 3D 95 0 3C 3 28 12F 2B 2A
Octal 231 75 225 0 74 3 50 457 53 52
Binary 10011001 111101 10010101 0 111100 11 101000 100101111 101011 101010

Color Harmonies of #993D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993D95

Black with #993D95

Text Example


Text Example

White with #993D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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