Html Css Color HEX #9861E7 Medium Purple

📋 copy color: '#9861E7'

red 152 ◦ green 97 ◦ blue 231

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

Shades of Medium Purple #9861E7

Tints of Medium Purple #9861E7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.21%

 BLUE value IS 231 (90.63% from 255) = 48.13%

R = 31.67%
G = 20.21%
B = 48.13%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9861E7 (or 0x9861E7) is known color: Medium Purple. HEX triplet: 98, 61 and E7. RGB value is (152,97,231). Sum of RGB (Red+Green+Blue) = 152+97+231=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #9861E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9861E7 is #679E18. Grayscale: #808080. Windows color (decimal): -6790681 or 15163800. OLE color: 15163800.

HSL color Cylindrical-coordinate representation of color #9861E7: hue angle of 264.63º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9861E7 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 152 97 231 -
CMYK 0.34 0.58 0 0.09
HSL 264.63º 0.74% 0.64% -
HSV(B) 264.63º 0.58% 0.91% -
XYZ 31.65 20.99 77.99 -
YUV 128.72 185.72 144.6 -
System Red Green Blue C M Y K H S L
Decimal 152 97 231 0.34 0.58 0 0.09 264.63 0.74 0.64
Hex 98 61 E7 22 3A 0 9 109 4A 40
Octal 230 141 347 42 72 0 11 411 112 100
Binary 10011000 1100001 11100111 100010 111010 0 1001 100001001 1001010 1000000

Color Harmonies of #9861E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9861E7

Black with #9861E7

Text Example


Text Example

White with #9861E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9861E7; }

 p { color: rgb(152,97,231); }

 H1.HeaderClassName
 {
   color: #9861E7;
 }
 .AnyTagClassName
 {
   color: #9861E7;
 }
</style>

background-color css

<style>
 a { background-color: #9861E7; }

 a { background-color: rgb(152,97,231); }

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

border-color css

<style>
 span { border-color: #9861E7; }

 span { border-color: rgb(152,97,231); }

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