Html Css Color HEX #993C95 Vivid Violet

📋 copy color: '#993C95'

red 153 ◦ green 60 ◦ blue 149

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

Shades of Vivid Violet #993C95

Tints of Vivid Violet #993C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

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

R = 42.27%
G = 16.57%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#993C95 (or 0x993C95) is known color: Vivid Violet. HEX triplet: 99, 3C and 95. RGB value is (153,60,149). Sum of RGB (Red+Green+Blue) = 153+60+149=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #993C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993C95 is #66C36A. Grayscale: #616161. Windows color (decimal): -6734699 or 9780377. OLE color: 9780377.

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

Color convert

RGB 153 60 149 -
CMYK 0 0.61 0.03 0.4
HSL 302.58º 0.44% 0.42% -
HSV(B) 302.58º 0.61% 0.6% -
XYZ 20.18 12.17 29.72 -
YUV 97.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 153 60 149 0 0.61 0.03 0.4 302.58 0.44 0.42
Hex 99 3C 95 0 3D 3 28 12F 2C 2A
Octal 231 74 225 0 75 3 50 457 54 52
Binary 10011001 111100 10010101 0 111101 11 101000 100101111 101100 101010

Color Harmonies of #993C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C95

Black with #993C95

Text Example


Text Example

White with #993C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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