Html Css Color HEX #9F85EC Medium Purple

📋 copy color: '#9F85EC'

red 159 ◦ green 133 ◦ blue 236

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

Shades of Medium Purple #9F85EC

Tints of Medium Purple #9F85EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.19%

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 30.11%
G = 25.19%
B = 44.7%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F85EC (or 0x9F85EC) is known color: Medium Purple. HEX triplet: 9F, 85 and EC. RGB value is (159,133,236). Sum of RGB (Red+Green+Blue) = 159+133+236=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F85EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F85EC is #607A13. Grayscale: #989898. Windows color (decimal): -6322708 or 15500703. OLE color: 15500703.

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

Color convert

RGB 159 133 236 -
CMYK 0.33 0.44 0 0.07
HSL 255.15º 0.73% 0.72% -
HSV(B) 255.15º 0.44% 0.93% -
XYZ 37.83 30.2 83.19 -
YUV 152.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 159 133 236 0.33 0.44 0 0.07 255.15 0.73 0.72
Hex 9F 85 EC 21 2C 0 7 FF 49 48
Octal 237 205 354 41 54 0 7 377 111 110
Binary 10011111 10000101 11101100 100001 101100 0 111 11111111 1001001 1001000

Color Harmonies of #9F85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F85EC

Black with #9F85EC

Text Example


Text Example

White with #9F85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,133,236); }

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

background-color css

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

 a { background-color: rgb(159,133,236); }

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

border-color css

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

 span { border-color: rgb(159,133,236); }

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