Html Css Color HEX #9864EF Medium Purple

📋 copy color: '#9864EF'

red 152 ◦ green 100 ◦ blue 239

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

Shades of Medium Purple #9864EF

Tints of Medium Purple #9864EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.37%

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

R = 30.96%
G = 20.37%
B = 48.68%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9864EF (or 0x9864EF) is known color: Medium Purple. HEX triplet: 98, 64 and EF. RGB value is (152,100,239). Sum of RGB (Red+Green+Blue) = 152+100+239=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #9864EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9864EF is #679B10. Grayscale: #828282. Windows color (decimal): -6789905 or 15688856. OLE color: 15688856.

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

Color convert

RGB 152 100 239 -
CMYK 0.36 0.58 0 0.06
HSL 262.45º 0.81% 0.66% -
HSV(B) 262.45º 0.58% 0.94% -
XYZ 33.09 22.02 84.17 -
YUV 131.39 188.73 142.7 -
System Red Green Blue C M Y K H S L
Decimal 152 100 239 0.36 0.58 0 0.06 262.45 0.81 0.66
Hex 98 64 EF 24 3A 0 6 106 51 42
Octal 230 144 357 44 72 0 6 406 121 102
Binary 10011000 1100100 11101111 100100 111010 0 110 100000110 1010001 1000010

Color Harmonies of #9864EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9864EF

Black with #9864EF

Text Example


Text Example

White with #9864EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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