Html Css Color HEX #9864DF Medium Purple

📋 copy color: '#9864DF'

red 152 ◦ green 100 ◦ blue 223

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

Shades of Medium Purple #9864DF

Tints of Medium Purple #9864DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.05%

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

R = 32%
G = 21.05%
B = 46.95%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9864DF (or 0x9864DF) is known color: Medium Purple. HEX triplet: 98, 64 and DF. RGB value is (152,100,223). Sum of RGB (Red+Green+Blue) = 152+100+223=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #9864DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864DF is #679B20. Grayscale: #818181. Windows color (decimal): -6789921 or 14640280. OLE color: 14640280.

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

Color convert

RGB 152 100 223 -
CMYK 0.32 0.55 0 0.13
HSL 265.37º 0.66% 0.63% -
HSV(B) 265.37º 0.55% 0.87% -
XYZ 30.83 21.12 72.26 -
YUV 129.57 180.73 144 -
System Red Green Blue C M Y K H S L
Decimal 152 100 223 0.32 0.55 0 0.13 265.37 0.66 0.63
Hex 98 64 DF 20 37 0 D 109 42 3F
Octal 230 144 337 40 67 0 15 411 102 77
Binary 10011000 1100100 11011111 100000 110111 0 1101 100001001 1000010 111111

Color Harmonies of #9864DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9864DF

Black with #9864DF

Text Example


Text Example

White with #9864DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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