Html Css Color HEX #993997 Vivid Violet

📋 copy color: '#993997'

red 153 ◦ green 57 ◦ blue 151

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

Shades of Vivid Violet #993997

Tints of Vivid Violet #993997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

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

R = 42.38%
G = 15.79%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#993997 (or 0x993997) is known color: Vivid Violet. HEX triplet: 99, 39 and 97. RGB value is (153,57,151). Sum of RGB (Red+Green+Blue) = 153+57+151=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #993997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993997 is #66C668. Grayscale: #606060. Windows color (decimal): -6735465 or 9910681. OLE color: 9910681.

HSL color Cylindrical-coordinate representation of color #993997: hue angle of 301.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993997 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 57 151 -
CMYK 0 0.63 0.01 0.4
HSL 301.25º 0.46% 0.41% -
HSV(B) 301.25º 0.63% 0.6% -
XYZ 20.19 11.93 30.52 -
YUV 96.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 153 57 151 0 0.63 0.01 0.4 301.25 0.46 0.41
Hex 99 39 97 0 3F 1 28 12D 2E 29
Octal 231 71 227 0 77 1 50 455 56 51
Binary 10011001 111001 10010111 0 111111 1 101000 100101101 101110 101001

Color Harmonies of #993997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993997

Black with #993997

Text Example


Text Example

White with #993997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993997; }

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

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

background-color css

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

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

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

border-color css

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

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

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