Html Css Color HEX #9870EB Medium Purple

📋 copy color: '#9870EB'

red 152 ◦ green 112 ◦ blue 235

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

Shades of Medium Purple #9870EB

Tints of Medium Purple #9870EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.44%

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 30.46%
G = 22.44%
B = 47.09%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9870EB (or 0x9870EB) is known color: Medium Purple. HEX triplet: 98, 70 and EB. RGB value is (152,112,235). Sum of RGB (Red+Green+Blue) = 152+112+235=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #9870EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9870EB is #678F14. Grayscale: #898989. Windows color (decimal): -6786837 or 15429784. OLE color: 15429784.

HSL color Cylindrical-coordinate representation of color #9870EB: hue angle of 259.51º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9870EB is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 112 235 -
CMYK 0.35 0.52 0 0.08
HSL 259.51º 0.75% 0.68% -
HSV(B) 259.51º 0.52% 0.92% -
XYZ 33.74 24.26 81.5 -
YUV 137.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 152 112 235 0.35 0.52 0 0.08 259.51 0.75 0.68
Hex 98 70 EB 23 34 0 8 104 4B 44
Octal 230 160 353 43 64 0 10 404 113 104
Binary 10011000 1110000 11101011 100011 110100 0 1000 100000100 1001011 1000100

Color Harmonies of #9870EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9870EB

Black with #9870EB

Text Example


Text Example

White with #9870EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9870EB; }

 p { color: rgb(152,112,235); }

 H1.HeaderClassName
 {
   color: #9870EB;
 }
 .AnyTagClassName
 {
   color: #9870EB;
 }
</style>

background-color css

<style>
 a { background-color: #9870EB; }

 a { background-color: rgb(152,112,235); }

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

border-color css

<style>
 span { border-color: #9870EB; }

 span { border-color: rgb(152,112,235); }

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