Html Css Color HEX #993C97 Vivid Violet

📋 copy color: '#993C97'

red 153 ◦ green 60 ◦ blue 151

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

Shades of Vivid Violet #993C97

Tints of Vivid Violet #993C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.48%

R = 42.03%
G = 16.48%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#993C97 (or 0x993C97) is known color: Vivid Violet. HEX triplet: 99, 3C and 97. RGB value is (153,60,151). Sum of RGB (Red+Green+Blue) = 153+60+151=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #993C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993C97 is #66C368. Grayscale: #616161. Windows color (decimal): -6734697 or 9911449. OLE color: 9911449.

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

Color convert

RGB 153 60 151 -
CMYK 0 0.61 0.01 0.4
HSL 301.29º 0.44% 0.42% -
HSV(B) 301.29º 0.61% 0.6% -
XYZ 20.34 12.24 30.57 -
YUV 98.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 153 60 151 0 0.61 0.01 0.4 301.29 0.44 0.42
Hex 99 3C 97 0 3D 1 28 12D 2C 2A
Octal 231 74 227 0 75 1 50 455 54 52
Binary 10011001 111100 10010111 0 111101 1 101000 100101101 101100 101010

Color Harmonies of #993C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C97

Black with #993C97

Text Example


Text Example

White with #993C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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