Html Css Color HEX #9F7BD5 Medium Purple

📋 copy color: '#9F7BD5'

red 159 ◦ green 123 ◦ blue 213

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

Shades of Medium Purple #9F7BD5

Tints of Medium Purple #9F7BD5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.85%

 BLUE value IS 213 (83.59% from 255) = 43.03%

R = 32.12%
G = 24.85%
B = 43.03%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9F7BD5 (or 0x9F7BD5) is known color: Medium Purple. HEX triplet: 9F, 7B and D5. RGB value is (159,123,213). Sum of RGB (Red+Green+Blue) = 159+123+213=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #9F7BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7BD5 is #60842A. Grayscale: #8F8F8F. Windows color (decimal): -6325291 or 13990815. OLE color: 13990815.

HSL color Cylindrical-coordinate representation of color #9F7BD5: hue angle of 264º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F7BD5 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 123 213 -
CMYK 0.25 0.42 0 0.16
HSL 264º 0.52% 0.66% -
HSV(B) 264º 0.42% 0.84% -
XYZ 33.39 26.34 66.28 -
YUV 144.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 159 123 213 0.25 0.42 0 0.16 264 0.52 0.66
Hex 9F 7B D5 19 2A 0 10 108 34 42
Octal 237 173 325 31 52 0 20 410 64 102
Binary 10011111 1111011 11010101 11001 101010 0 10000 100001000 110100 1000010

Color Harmonies of #9F7BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7BD5

Black with #9F7BD5

Text Example


Text Example

White with #9F7BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,123,213); }

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

background-color css

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

 a { background-color: rgb(159,123,213); }

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

border-color css

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

 span { border-color: rgb(159,123,213); }

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