Html Css Color HEX #9872EA Medium Purple

📋 copy color: '#9872EA'

red 152 ◦ green 114 ◦ blue 234

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

Shades of Medium Purple #9872EA

Tints of Medium Purple #9872EA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.8%

 BLUE value IS 234 (91.8% from 255) = 46.8%

R = 30.4%
G = 22.8%
B = 46.8%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9872EA (or 0x9872EA) is known color: Medium Purple. HEX triplet: 98, 72 and EA. RGB value is (152,114,234). Sum of RGB (Red+Green+Blue) = 152+114+234=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #9872EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9872EA is #678D15. Grayscale: #8A8A8A. Windows color (decimal): -6786326 or 15364760. OLE color: 15364760.

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

Color convert

RGB 152 114 234 -
CMYK 0.35 0.51 0 0.08
HSL 259º 0.74% 0.68% -
HSV(B) 259º 0.51% 0.92% -
XYZ 33.82 24.65 80.82 -
YUV 139.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 152 114 234 0.35 0.51 0 0.08 259 0.74 0.68
Hex 98 72 EA 23 33 0 8 103 4A 44
Octal 230 162 352 43 63 0 10 403 112 104
Binary 10011000 1110010 11101010 100011 110011 0 1000 100000011 1001010 1000100

Color Harmonies of #9872EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9872EA

Black with #9872EA

Text Example


Text Example

White with #9872EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9872EA; }

 p { color: rgb(152,114,234); }

 H1.HeaderClassName
 {
   color: #9872EA;
 }
 .AnyTagClassName
 {
   color: #9872EA;
 }
</style>

background-color css

<style>
 a { background-color: #9872EA; }

 a { background-color: rgb(152,114,234); }

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

border-color css

<style>
 span { border-color: #9872EA; }

 span { border-color: rgb(152,114,234); }

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