Html Css Color HEX #9862F1 Medium Purple

📋 copy color: '#9862F1'

red 152 ◦ green 98 ◦ blue 241

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

Shades of Medium Purple #9862F1

Tints of Medium Purple #9862F1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.96%

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 30.96%
G = 19.96%
B = 49.08%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9862F1 (or 0x9862F1) is known color: Medium Purple. HEX triplet: 98, 62 and F1. RGB value is (152,98,241). Sum of RGB (Red+Green+Blue) = 152+98+241=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #9862F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9862F1 is #679D0E. Grayscale: #818181. Windows color (decimal): -6790415 or 15819416. OLE color: 15819416.

HSL color Cylindrical-coordinate representation of color #9862F1: hue angle of 262.66º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9862F1 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 98 241 -
CMYK 0.37 0.59 0 0.05
HSL 262.66º 0.84% 0.66% -
HSV(B) 262.66º 0.59% 0.95% -
XYZ 33.19 21.76 85.67 -
YUV 130.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 152 98 241 0.37 0.59 0 0.05 262.66 0.84 0.66
Hex 98 62 F1 25 3B 0 5 107 54 42
Octal 230 142 361 45 73 0 5 407 124 102
Binary 10011000 1100010 11110001 100101 111011 0 101 100000111 1010100 1000010

Color Harmonies of #9862F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9862F1

Black with #9862F1

Text Example


Text Example

White with #9862F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9862F1; }

 p { color: rgb(152,98,241); }

 H1.HeaderClassName
 {
   color: #9862F1;
 }
 .AnyTagClassName
 {
   color: #9862F1;
 }
</style>

background-color css

<style>
 a { background-color: #9862F1; }

 a { background-color: rgb(152,98,241); }

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

border-color css

<style>
 span { border-color: #9862F1; }

 span { border-color: rgb(152,98,241); }

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