Html Css Color HEX #9860EA Medium Purple

📋 copy color: '#9860EA'

red 152 ◦ green 96 ◦ blue 234

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

Shades of Medium Purple #9860EA

Tints of Medium Purple #9860EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 31.54%
G = 19.92%
B = 48.55%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9860EA (or 0x9860EA) is known color: Medium Purple. HEX triplet: 98, 60 and EA. RGB value is (152,96,234). Sum of RGB (Red+Green+Blue) = 152+96+234=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #9860EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9860EA is #679F15. Grayscale: #7F7F7F. Windows color (decimal): -6790934 or 15360152. OLE color: 15360152.

HSL color Cylindrical-coordinate representation of color #9860EA: hue angle of 264.35º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9860EA is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 96 234 -
CMYK 0.35 0.59 0 0.08
HSL 264.35º 0.77% 0.65% -
HSV(B) 264.35º 0.59% 0.92% -
XYZ 31.98 20.98 80.21 -
YUV 128.48 187.55 144.78 -
System Red Green Blue C M Y K H S L
Decimal 152 96 234 0.35 0.59 0 0.08 264.35 0.77 0.65
Hex 98 60 EA 23 3B 0 8 108 4D 41
Octal 230 140 352 43 73 0 10 410 115 101
Binary 10011000 1100000 11101010 100011 111011 0 1000 100001000 1001101 1000001

Color Harmonies of #9860EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9860EA

Black with #9860EA

Text Example


Text Example

White with #9860EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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