Html Css Color HEX #9D2997 Vivid Violet

📋 copy color: '#9D2997'

red 157 ◦ green 41 ◦ blue 151

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

Shades of Vivid Violet #9D2997

Tints of Vivid Violet #9D2997

RGB

 RED value IS 157 (61.72% from 255) = 44.99%

 GREEN value IS 41 (16.41% from 255) = 11.75%

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

R = 44.99%
G = 11.75%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9D2997 (or 0x9D2997) is known color: Vivid Violet. HEX triplet: 9D, 29 and 97. RGB value is (157,41,151). Sum of RGB (Red+Green+Blue) = 157+41+151=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2997 is #62D668. Grayscale: #575757. Windows color (decimal): -6477417 or 9906589. OLE color: 9906589.

HSL color Cylindrical-coordinate representation of color #9D2997: hue angle of 303.1º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D2997 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 41 151 -
CMYK 0 0.74 0.04 0.38
HSL 303.1º 0.59% 0.39% -
HSV(B) 303.1º 0.74% 0.62% -
XYZ 20.28 10.99 30.33 -
YUV 88.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 157 41 151 0 0.74 0.04 0.38 303.1 0.59 0.39
Hex 9D 29 97 0 4A 4 26 12F 3B 27
Octal 235 51 227 0 112 4 46 457 73 47
Binary 10011101 101001 10010111 0 1001010 100 100110 100101111 111011 100111

Color Harmonies of #9D2997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2997

Black with #9D2997

Text Example


Text Example

White with #9D2997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D2997; }

 p { color: rgb(157,41,151); }

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

background-color css

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

 a { background-color: rgb(157,41,151); }

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

border-color css

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

 span { border-color: rgb(157,41,151); }

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