Html Css Color HEX #9874EA Medium Purple

📋 copy color: '#9874EA'

red 152 ◦ green 116 ◦ blue 234

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

Shades of Medium Purple #9874EA

Tints of Medium Purple #9874EA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.11%

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

R = 30.28%
G = 23.11%
B = 46.61%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9874EA (or 0x9874EA) is known color: Medium Purple. HEX triplet: 98, 74 and EA. RGB value is (152,116,234). Sum of RGB (Red+Green+Blue) = 152+116+234=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #9874EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9874EA is #678B15. Grayscale: #8B8B8B. Windows color (decimal): -6785814 or 15365272. OLE color: 15365272.

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

Color convert

RGB 152 116 234 -
CMYK 0.35 0.50 0 0.08
HSL 258.31º 0.74% 0.69% -
HSV(B) 258.31º 0.5% 0.92% -
XYZ 34.05 25.11 80.89 -
YUV 140.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 152 116 234 0.35 0.50 0 0.08 258.31 0.74 0.69
Hex 98 74 EA 23 32 0 8 102 4A 45
Octal 230 164 352 43 62 0 10 402 112 105
Binary 10011000 1110100 11101010 100011 110010 0 1000 100000010 1001010 1000101

Color Harmonies of #9874EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9874EA

Black with #9874EA

Text Example


Text Example

White with #9874EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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