Html Css Color HEX #9850EC Medium Purple

📋 copy color: '#9850EC'

red 152 ◦ green 80 ◦ blue 236

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

Shades of Medium Purple #9850EC

Tints of Medium Purple #9850EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

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

R = 32.48%
G = 17.09%
B = 50.43%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9850EC (or 0x9850EC) is known color: Medium Purple. HEX triplet: 98, 50 and EC. RGB value is (152,80,236). Sum of RGB (Red+Green+Blue) = 152+80+236=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #9850EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9850EC is #67AF13. Grayscale: #767676. Windows color (decimal): -6795028 or 15487128. OLE color: 15487128.

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

Color convert

RGB 152 80 236 -
CMYK 0.36 0.66 0 0.07
HSL 267.69º 0.8% 0.62% -
HSV(B) 267.69º 0.66% 0.93% -
XYZ 30.96 18.47 81.29 -
YUV 119.31 193.85 151.32 -
System Red Green Blue C M Y K H S L
Decimal 152 80 236 0.36 0.66 0 0.07 267.69 0.8 0.62
Hex 98 50 EC 24 42 0 7 10C 50 3E
Octal 230 120 354 44 102 0 7 414 120 76
Binary 10011000 1010000 11101100 100100 1000010 0 111 100001100 1010000 111110

Color Harmonies of #9850EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9850EC

Black with #9850EC

Text Example


Text Example

White with #9850EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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