Html Css Color HEX #9860EF Medium Purple

📋 copy color: '#9860EF'

red 152 ◦ green 96 ◦ blue 239

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

Shades of Medium Purple #9860EF

Tints of Medium Purple #9860EF

RGB

 RED value IS 152 (59.77% from 255) = 31.21%

 GREEN value IS 96 (37.89% from 255) = 19.71%

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

R = 31.21%
G = 19.71%
B = 49.08%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9860EF (or 0x9860EF) is known color: Medium Purple. HEX triplet: 98, 60 and EF. RGB value is (152,96,239). Sum of RGB (Red+Green+Blue) = 152+96+239=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #9860EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9860EF is #679F10. Grayscale: #808080. Windows color (decimal): -6790929 or 15687832. OLE color: 15687832.

HSL color Cylindrical-coordinate representation of color #9860EF: hue angle of 263.5º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9860EF is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 96 239 -
CMYK 0.36 0.60 0 0.06
HSL 263.5º 0.82% 0.66% -
HSV(B) 263.5º 0.6% 0.94% -
XYZ 32.71 21.27 84.04 -
YUV 129.05 190.05 144.37 -
System Red Green Blue C M Y K H S L
Decimal 152 96 239 0.36 0.60 0 0.06 263.5 0.82 0.66
Hex 98 60 EF 24 3C 0 6 107 52 42
Octal 230 140 357 44 74 0 6 407 122 102
Binary 10011000 1100000 11101111 100100 111100 0 110 100000111 1010010 1000010

Color Harmonies of #9860EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9860EF

Black with #9860EF

Text Example


Text Example

White with #9860EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9860EF; }

 p { color: rgb(152,96,239); }

 H1.HeaderClassName
 {
   color: #9860EF;
 }
 .AnyTagClassName
 {
   color: #9860EF;
 }
</style>

background-color css

<style>
 a { background-color: #9860EF; }

 a { background-color: rgb(152,96,239); }

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

border-color css

<style>
 span { border-color: #9860EF; }

 span { border-color: rgb(152,96,239); }

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