Html Css Color HEX #9850EF Medium Purple

📋 copy color: '#9850EF'

red 152 ◦ green 80 ◦ blue 239

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

Shades of Medium Purple #9850EF

Tints of Medium Purple #9850EF

RGB

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

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

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

R = 32.27%
G = 16.99%
B = 50.74%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9850EF (or 0x9850EF) is known color: Medium Purple. HEX triplet: 98, 50 and EF. RGB value is (152,80,239). Sum of RGB (Red+Green+Blue) = 152+80+239=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #9850EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9850EF is #67AF10. Grayscale: #777777. Windows color (decimal): -6795025 or 15683736. OLE color: 15683736.

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

Color convert

RGB 152 80 239 -
CMYK 0.36 0.67 0 0.06
HSL 267.17º 0.83% 0.63% -
HSV(B) 267.17º 0.67% 0.94% -
XYZ 31.4 18.64 83.61 -
YUV 119.65 195.35 151.07 -
System Red Green Blue C M Y K H S L
Decimal 152 80 239 0.36 0.67 0 0.06 267.17 0.83 0.63
Hex 98 50 EF 24 43 0 6 10B 53 3F
Octal 230 120 357 44 103 0 6 413 123 77
Binary 10011000 1010000 11101111 100100 1000011 0 110 100001011 1010011 111111

Color Harmonies of #9850EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9850EF

Black with #9850EF

Text Example


Text Example

White with #9850EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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