Html Css Color HEX #9873E1 Medium Purple

📋 copy color: '#9873E1'

red 152 ◦ green 115 ◦ blue 225

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

Shades of Medium Purple #9873E1

Tints of Medium Purple #9873E1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.37%

 BLUE value IS 225 (88.28% from 255) = 45.73%

R = 30.89%
G = 23.37%
B = 45.73%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9873E1 (or 0x9873E1) is known color: Medium Purple. HEX triplet: 98, 73 and E1. RGB value is (152,115,225). Sum of RGB (Red+Green+Blue) = 152+115+225=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #9873E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9873E1 is #678C1E. Grayscale: #8A8A8A. Windows color (decimal): -6786079 or 14775192. OLE color: 14775192.

HSL color Cylindrical-coordinate representation of color #9873E1: hue angle of 260.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9873E1 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 115 225 -
CMYK 0.32 0.49 0 0.12
HSL 260.18º 0.65% 0.67% -
HSV(B) 260.18º 0.49% 0.88% -
XYZ 32.67 24.37 74.22 -
YUV 138.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 152 115 225 0.32 0.49 0 0.12 260.18 0.65 0.67
Hex 98 73 E1 20 31 0 C 104 41 43
Octal 230 163 341 40 61 0 14 404 101 103
Binary 10011000 1110011 11100001 100000 110001 0 1100 100000100 1000001 1000011

Color Harmonies of #9873E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9873E1

Black with #9873E1

Text Example


Text Example

White with #9873E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9873E1; }

 p { color: rgb(152,115,225); }

 H1.HeaderClassName
 {
   color: #9873E1;
 }
 .AnyTagClassName
 {
   color: #9873E1;
 }
</style>

background-color css

<style>
 a { background-color: #9873E1; }

 a { background-color: rgb(152,115,225); }

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

border-color css

<style>
 span { border-color: #9873E1; }

 span { border-color: rgb(152,115,225); }

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