Html Css Color HEX #9F389D Vivid Violet

📋 copy color: '#9F389D'

red 159 ◦ green 56 ◦ blue 157

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

Shades of Vivid Violet #9F389D

Tints of Vivid Violet #9F389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.05%

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

R = 42.74%
G = 15.05%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F389D (or 0x9F389D) is known color: Vivid Violet. HEX triplet: 9F, 38 and 9D. RGB value is (159,56,157). Sum of RGB (Red+Green+Blue) = 159+56+157=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F389D is #60C762. Grayscale: #626262. Windows color (decimal): -6342499 or 10303647. OLE color: 10303647.

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

Color convert

RGB 159 56 157 -
CMYK 0 0.65 0.01 0.38
HSL 301.17º 0.48% 0.42% -
HSV(B) 301.17º 0.65% 0.62% -
XYZ 21.8 12.63 33.19 -
YUV 98.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 159 56 157 0 0.65 0.01 0.38 301.17 0.48 0.42
Hex 9F 38 9D 0 41 1 26 12D 30 2A
Octal 237 70 235 0 101 1 46 455 60 52
Binary 10011111 111000 10011101 0 1000001 1 100110 100101101 110000 101010

Color Harmonies of #9F389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F389D

Black with #9F389D

Text Example


Text Example

White with #9F389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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