Html Css Color HEX #9868EC Medium Purple

📋 copy color: '#9868EC'

red 152 ◦ green 104 ◦ blue 236

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

Shades of Medium Purple #9868EC

Tints of Medium Purple #9868EC

RGB

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

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

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

R = 30.89%
G = 21.14%
B = 47.97%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9868EC (or 0x9868EC) is known color: Medium Purple. HEX triplet: 98, 68 and EC. RGB value is (152,104,236). Sum of RGB (Red+Green+Blue) = 152+104+236=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #9868EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9868EC is #679713. Grayscale: #848484. Windows color (decimal): -6788884 or 15493272. OLE color: 15493272.

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

Color convert

RGB 152 104 236 -
CMYK 0.36 0.56 0 0.07
HSL 261.82º 0.78% 0.67% -
HSV(B) 261.82º 0.56% 0.93% -
XYZ 33.04 22.63 81.98 -
YUV 133.4 185.9 141.27 -
System Red Green Blue C M Y K H S L
Decimal 152 104 236 0.36 0.56 0 0.07 261.82 0.78 0.67
Hex 98 68 EC 24 38 0 7 106 4E 43
Octal 230 150 354 44 70 0 7 406 116 103
Binary 10011000 1101000 11101100 100100 111000 0 111 100000110 1001110 1000011

Color Harmonies of #9868EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9868EC

Black with #9868EC

Text Example


Text Example

White with #9868EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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