Html Css Color HEX #9F438B Medium Red Violet

📋 copy color: '#9F438B'

red 159 ◦ green 67 ◦ blue 139

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

Shades of Medium Red Violet #9F438B

Tints of Medium Red Violet #9F438B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.36%

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 43.56%
G = 18.36%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F438B (or 0x9F438B) is known color: Medium Red Violet. HEX triplet: 9F, 43 and 8B. RGB value is (159,67,139). Sum of RGB (Red+Green+Blue) = 159+67+139=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F438B is #60BC74. Grayscale: #666666. Windows color (decimal): -6339701 or 9126815. OLE color: 9126815.

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

Color convert

RGB 159 67 139 -
CMYK 0 0.58 0.13 0.38
HSL 313.04º 0.41% 0.44% -
HSV(B) 313.04º 0.58% 0.62% -
XYZ 20.97 13.25 25.88 -
YUV 102.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 159 67 139 0 0.58 0.13 0.38 313.04 0.41 0.44
Hex 9F 43 8B 0 3A D 26 139 29 2C
Octal 237 103 213 0 72 15 46 471 51 54
Binary 10011111 1000011 10001011 0 111010 1101 100110 100111001 101001 101100

Color Harmonies of #9F438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F438B

Black with #9F438B

Text Example


Text Example

White with #9F438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,67,139); }

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

background-color css

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

 a { background-color: rgb(159,67,139); }

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

border-color css

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

 span { border-color: rgb(159,67,139); }

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