Html Css Color HEX #9F75EF Medium Purple

📋 copy color: '#9F75EF'

red 159 ◦ green 117 ◦ blue 239

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

Shades of Medium Purple #9F75EF

Tints of Medium Purple #9F75EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.72%

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

R = 30.87%
G = 22.72%
B = 46.41%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F75EF (or 0x9F75EF) is known color: Medium Purple. HEX triplet: 9F, 75 and EF. RGB value is (159,117,239). Sum of RGB (Red+Green+Blue) = 159+117+239=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F75EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F75EF is #608A10. Grayscale: #8F8F8F. Windows color (decimal): -6326801 or 15693215. OLE color: 15693215.

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

Color convert

RGB 159 117 239 -
CMYK 0.33 0.51 0 0.06
HSL 260.66º 0.79% 0.7% -
HSV(B) 260.66º 0.51% 0.94% -
XYZ 36.24 26.33 84.83 -
YUV 143.47 181.91 139.08 -
System Red Green Blue C M Y K H S L
Decimal 159 117 239 0.33 0.51 0 0.06 260.66 0.79 0.7
Hex 9F 75 EF 21 33 0 6 105 4F 46
Octal 237 165 357 41 63 0 6 405 117 106
Binary 10011111 1110101 11101111 100001 110011 0 110 100000101 1001111 1000110

Color Harmonies of #9F75EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F75EF

Black with #9F75EF

Text Example


Text Example

White with #9F75EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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