Html Css Color HEX #9861DF Medium Purple

📋 copy color: '#9861DF'

red 152 ◦ green 97 ◦ blue 223

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

Shades of Medium Purple #9861DF

Tints of Medium Purple #9861DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 32.2%
G = 20.55%
B = 47.25%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9861DF (or 0x9861DF) is known color: Medium Purple. HEX triplet: 98, 61 and DF. RGB value is (152,97,223). Sum of RGB (Red+Green+Blue) = 152+97+223=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #9861DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9861DF is #679E20. Grayscale: #7F7F7F. Windows color (decimal): -6790689 or 14639512. OLE color: 14639512.

HSL color Cylindrical-coordinate representation of color #9861DF: hue angle of 266.19º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9861DF is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 97 223 -
CMYK 0.32 0.57 0 0.13
HSL 266.19º 0.66% 0.63% -
HSV(B) 266.19º 0.57% 0.87% -
XYZ 30.54 20.55 72.17 -
YUV 127.81 181.72 145.25 -
System Red Green Blue C M Y K H S L
Decimal 152 97 223 0.32 0.57 0 0.13 266.19 0.66 0.63
Hex 98 61 DF 20 39 0 D 10A 42 3F
Octal 230 141 337 40 71 0 15 412 102 77
Binary 10011000 1100001 11011111 100000 111001 0 1101 100001010 1000010 111111

Color Harmonies of #9861DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9861DF

Black with #9861DF

Text Example


Text Example

White with #9861DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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