Html Css Color HEX #9F399D Vivid Violet

📋 copy color: '#9F399D'

red 159 ◦ green 57 ◦ blue 157

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

Shades of Vivid Violet #9F399D

Tints of Vivid Violet #9F399D

RGB

 RED value IS 159 (62.5% from 255) = 42.63%

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

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 42.63%
G = 15.28%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F399D (or 0x9F399D) is known color: Vivid Violet. HEX triplet: 9F, 39 and 9D. RGB value is (159,57,157). Sum of RGB (Red+Green+Blue) = 159+57+157=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F399D is #60C662. Grayscale: #626262. Windows color (decimal): -6342243 or 10303903. OLE color: 10303903.

HSL color Cylindrical-coordinate representation of color #9F399D: hue angle of 301.18º 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 #9F399D is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 57 157 -
CMYK 0 0.64 0.01 0.38
HSL 301.18º 0.47% 0.42% -
HSV(B) 301.18º 0.64% 0.62% -
XYZ 21.85 12.73 33.2 -
YUV 98.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 159 57 157 0 0.64 0.01 0.38 301.18 0.47 0.42
Hex 9F 39 9D 0 40 1 26 12D 2F 2A
Octal 237 71 235 0 100 1 46 455 57 52
Binary 10011111 111001 10011101 0 1000000 1 100110 100101101 101111 101010

Color Harmonies of #9F399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F399D

Black with #9F399D

Text Example


Text Example

White with #9F399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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