Html Css Color HEX #9F3888 Medium Red Violet

📋 copy color: '#9F3888'

red 159 ◦ green 56 ◦ blue 136

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

Shades of Medium Red Violet #9F3888

Tints of Medium Red Violet #9F3888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.75%

R = 45.3%
G = 15.95%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F3888 (or 0x9F3888) is known color: Medium Red Violet. HEX triplet: 9F, 38 and 88. RGB value is (159,56,136). Sum of RGB (Red+Green+Blue) = 159+56+136=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3888 is #60C777. Grayscale: #5F5F5F. Windows color (decimal): -6342520 or 8927391. OLE color: 8927391.

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

Color convert

RGB 159 56 136 -
CMYK 0 0.65 0.14 0.38
HSL 313.4º 0.48% 0.42% -
HSV(B) 313.4º 0.65% 0.62% -
XYZ 20.16 11.98 24.54 -
YUV 95.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 159 56 136 0 0.65 0.14 0.38 313.4 0.48 0.42
Hex 9F 38 88 0 41 E 26 139 30 2A
Octal 237 70 210 0 101 16 46 471 60 52
Binary 10011111 111000 10001000 0 1000001 1110 100110 100111001 110000 101010

Color Harmonies of #9F3888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3888

Black with #9F3888

Text Example


Text Example

White with #9F3888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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