Html Css Color HEX #9F70E6 Medium Purple

📋 copy color: '#9F70E6'

red 159 ◦ green 112 ◦ blue 230

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

Shades of Medium Purple #9F70E6

Tints of Medium Purple #9F70E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.91%

R = 31.74%
G = 22.36%
B = 45.91%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9F70E6 (or 0x9F70E6) is known color: Medium Purple. HEX triplet: 9F, 70 and E6. RGB value is (159,112,230). Sum of RGB (Red+Green+Blue) = 159+112+230=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #9F70E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F70E6 is #608F19. Grayscale: #8B8B8B. Windows color (decimal): -6328090 or 15102111. OLE color: 15102111.

HSL color Cylindrical-coordinate representation of color #9F70E6: hue angle of 263.9º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F70E6 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 112 230 -
CMYK 0.31 0.51 0 0.10
HSL 263.9º 0.7% 0.67% -
HSV(B) 263.9º 0.51% 0.9% -
XYZ 34.38 24.67 77.81 -
YUV 139.51 179.07 141.91 -
System Red Green Blue C M Y K H S L
Decimal 159 112 230 0.31 0.51 0 0.10 263.9 0.7 0.67
Hex 9F 70 E6 1F 33 0 A 108 46 43
Octal 237 160 346 37 63 0 12 410 106 103
Binary 10011111 1110000 11100110 11111 110011 0 1010 100001000 1000110 1000011

Color Harmonies of #9F70E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F70E6

Black with #9F70E6

Text Example


Text Example

White with #9F70E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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