Html Css Color HEX #9F8BEF Medium Purple

📋 copy color: '#9F8BEF'

red 159 ◦ green 139 ◦ blue 239

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

Shades of Medium Purple #9F8BEF

Tints of Medium Purple #9F8BEF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.88%

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 29.61%
G = 25.88%
B = 44.51%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F8BEF (or 0x9F8BEF) is known color: Medium Purple. HEX triplet: 9F, 8B and EF. RGB value is (159,139,239). Sum of RGB (Red+Green+Blue) = 159+139+239=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F8BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8BEF is #607410. Grayscale: #9B9B9B. Windows color (decimal): -6321169 or 15698847. OLE color: 15698847.

HSL color Cylindrical-coordinate representation of color #9F8BEF: hue angle of 252º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F8BEF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 139 239 -
CMYK 0.33 0.42 0 0.06
HSL 252º 0.76% 0.74% -
HSV(B) 252º 0.42% 0.94% -
XYZ 39.11 32.07 85.79 -
YUV 156.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 159 139 239 0.33 0.42 0 0.06 252 0.76 0.74
Hex 9F 8B EF 21 2A 0 6 FC 4C 4A
Octal 237 213 357 41 52 0 6 374 114 112
Binary 10011111 10001011 11101111 100001 101010 0 110 11111100 1001100 1001010

Color Harmonies of #9F8BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8BEF

Black with #9F8BEF

Text Example


Text Example

White with #9F8BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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