Html Css Color HEX #9858EA Medium Purple

📋 copy color: '#9858EA'

red 152 ◦ green 88 ◦ blue 234

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

Shades of Medium Purple #9858EA

Tints of Medium Purple #9858EA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.57%

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

R = 32.07%
G = 18.57%
B = 49.37%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9858EA (or 0x9858EA) is known color: Medium Purple. HEX triplet: 98, 58 and EA. RGB value is (152,88,234). Sum of RGB (Red+Green+Blue) = 152+88+234=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #9858EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9858EA is #67A715. Grayscale: #7B7B7B. Windows color (decimal): -6792982 or 15358104. OLE color: 15358104.

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

Color convert

RGB 152 88 234 -
CMYK 0.35 0.62 0 0.08
HSL 266.3º 0.78% 0.63% -
HSV(B) 266.3º 0.62% 0.92% -
XYZ 31.29 19.6 79.98 -
YUV 123.78 190.2 148.13 -
System Red Green Blue C M Y K H S L
Decimal 152 88 234 0.35 0.62 0 0.08 266.3 0.78 0.63
Hex 98 58 EA 23 3E 0 8 10A 4E 3F
Octal 230 130 352 43 76 0 10 412 116 77
Binary 10011000 1011000 11101010 100011 111110 0 1000 100001010 1001110 111111

Color Harmonies of #9858EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9858EA

Black with #9858EA

Text Example


Text Example

White with #9858EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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