Html Css Color HEX #9D319F Vivid Violet

📋 copy color: '#9D319F'

red 157 ◦ green 49 ◦ blue 159

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

Shades of Vivid Violet #9D319F

Tints of Vivid Violet #9D319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.42%

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 43.01%
G = 13.42%
B = 43.56%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D319F (or 0x9D319F) is known color: Vivid Violet. HEX triplet: 9D, 31 and 9F. RGB value is (157,49,159). Sum of RGB (Red+Green+Blue) = 157+49+159=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D319F is #62CE60. Grayscale: #5D5D5D. Windows color (decimal): -6475361 or 10432925. OLE color: 10432925.

HSL color Cylindrical-coordinate representation of color #9D319F: hue angle of 298.91º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D319F is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 49 159 -
CMYK 0.01 0.69 0 0.38
HSL 298.91º 0.53% 0.41% -
HSV(B) 298.91º 0.69% 0.62% -
XYZ 21.26 11.87 33.97 -
YUV 93.83 164.78 173.06 -
System Red Green Blue C M Y K H S L
Decimal 157 49 159 0.01 0.69 0 0.38 298.91 0.53 0.41
Hex 9D 31 9F 1 45 0 26 12B 35 29
Octal 235 61 237 1 105 0 46 453 65 51
Binary 10011101 110001 10011111 1 1000101 0 100110 100101011 110101 101001

Color Harmonies of #9D319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D319F

Black with #9D319F

Text Example


Text Example

White with #9D319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,49,159); }

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

background-color css

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

 a { background-color: rgb(157,49,159); }

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

border-color css

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

 span { border-color: rgb(157,49,159); }

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