Html Css Color HEX #9868EF Medium Purple

📋 copy color: '#9868EF'

red 152 ◦ green 104 ◦ blue 239

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

Shades of Medium Purple #9868EF

Tints of Medium Purple #9868EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.01%

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

R = 30.71%
G = 21.01%
B = 48.28%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9868EF (or 0x9868EF) is known color: Medium Purple. HEX triplet: 98, 68 and EF. RGB value is (152,104,239). Sum of RGB (Red+Green+Blue) = 152+104+239=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #9868EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9868EF is #679710. Grayscale: #858585. Windows color (decimal): -6788881 or 15689880. OLE color: 15689880.

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

Color convert

RGB 152 104 239 -
CMYK 0.36 0.56 0 0.06
HSL 261.33º 0.81% 0.67% -
HSV(B) 261.33º 0.56% 0.94% -
XYZ 33.48 22.81 84.3 -
YUV 133.74 187.4 141.02 -
System Red Green Blue C M Y K H S L
Decimal 152 104 239 0.36 0.56 0 0.06 261.33 0.81 0.67
Hex 98 68 EF 24 38 0 6 105 51 43
Octal 230 150 357 44 70 0 6 405 121 103
Binary 10011000 1101000 11101111 100100 111000 0 110 100000101 1010001 1000011

Color Harmonies of #9868EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9868EF

Black with #9868EF

Text Example


Text Example

White with #9868EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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