Html Css Color HEX #9F70DD Medium Purple

📋 copy color: '#9F70DD'

red 159 ◦ green 112 ◦ blue 221

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

Shades of Medium Purple #9F70DD

Tints of Medium Purple #9F70DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.76%

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 32.32%
G = 22.76%
B = 44.92%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F70DD (or 0x9F70DD) is known color: Medium Purple. HEX triplet: 9F, 70 and DD. RGB value is (159,112,221). Sum of RGB (Red+Green+Blue) = 159+112+221=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F70DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F70DD is #608F22. Grayscale: #8A8A8A. Windows color (decimal): -6328099 or 14512287. OLE color: 14512287.

HSL color Cylindrical-coordinate representation of color #9F70DD: hue angle of 265.87º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F70DD is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 112 221 -
CMYK 0.28 0.49 0 0.13
HSL 265.87º 0.62% 0.65% -
HSV(B) 265.87º 0.49% 0.87% -
XYZ 33.14 24.18 71.33 -
YUV 138.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 159 112 221 0.28 0.49 0 0.13 265.87 0.62 0.65
Hex 9F 70 DD 1C 31 0 D 10A 3E 41
Octal 237 160 335 34 61 0 15 412 76 101
Binary 10011111 1110000 11011101 11100 110001 0 1101 100001010 111110 1000001

Color Harmonies of #9F70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F70DD

Black with #9F70DD

Text Example


Text Example

White with #9F70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,112,221); }

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

background-color css

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

 a { background-color: rgb(159,112,221); }

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

border-color css

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

 span { border-color: rgb(159,112,221); }

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