Html Css Color HEX #9D399E Vivid Violet

📋 copy color: '#9D399E'

red 157 ◦ green 57 ◦ blue 158

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

Shades of Vivid Violet #9D399E

Tints of Vivid Violet #9D399E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 42.2%
G = 15.32%
B = 42.47%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D399E (or 0x9D399E) is known color: Vivid Violet. HEX triplet: 9D, 39 and 9E. RGB value is (157,57,158). Sum of RGB (Red+Green+Blue) = 157+57+158=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D399E is #62C661. Grayscale: #626262. Windows color (decimal): -6473314 or 10369437. OLE color: 10369437.

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

Color convert

RGB 157 57 158 -
CMYK 0.01 0.64 0 0.38
HSL 299.41º 0.47% 0.42% -
HSV(B) 299.41º 0.64% 0.62% -
XYZ 21.54 12.56 33.64 -
YUV 98.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 157 57 158 0.01 0.64 0 0.38 299.41 0.47 0.42
Hex 9D 39 9E 1 40 0 26 12B 2F 2A
Octal 235 71 236 1 100 0 46 453 57 52
Binary 10011101 111001 10011110 1 1000000 0 100110 100101011 101111 101010

Color Harmonies of #9D399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D399E

Black with #9D399E

Text Example


Text Example

White with #9D399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,57,158); }

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

background-color css

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

 a { background-color: rgb(157,57,158); }

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

border-color css

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

 span { border-color: rgb(157,57,158); }

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