Html Css Color HEX #9F61EE Medium Purple

📋 copy color: '#9F61EE'

red 159 ◦ green 97 ◦ blue 238

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

Shades of Medium Purple #9F61EE

Tints of Medium Purple #9F61EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.64%

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 32.19%
G = 19.64%
B = 48.18%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F61EE (or 0x9F61EE) is known color: Medium Purple. HEX triplet: 9F, 61 and EE. RGB value is (159,97,238). Sum of RGB (Red+Green+Blue) = 159+97+238=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F61EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F61EE is #609E11. Grayscale: #838383. Windows color (decimal): -6331922 or 15622559. OLE color: 15622559.

HSL color Cylindrical-coordinate representation of color #9F61EE: hue angle of 266.38º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F61EE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 97 238 -
CMYK 0.33 0.59 0 0.07
HSL 266.38º 0.81% 0.66% -
HSV(B) 266.38º 0.59% 0.93% -
XYZ 34.01 22.09 83.36 -
YUV 131.61 188.04 147.54 -
System Red Green Blue C M Y K H S L
Decimal 159 97 238 0.33 0.59 0 0.07 266.38 0.81 0.66
Hex 9F 61 EE 21 3B 0 7 10A 51 42
Octal 237 141 356 41 73 0 7 412 121 102
Binary 10011111 1100001 11101110 100001 111011 0 111 100001010 1010001 1000010

Color Harmonies of #9F61EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F61EE

Black with #9F61EE

Text Example


Text Example

White with #9F61EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,97,238); }

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

background-color css

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

 a { background-color: rgb(159,97,238); }

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

border-color css

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

 span { border-color: rgb(159,97,238); }

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