Html Css Color HEX #9865DE Medium Purple

📋 copy color: '#9865DE'

red 152 ◦ green 101 ◦ blue 222

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

Shades of Medium Purple #9865DE

Tints of Medium Purple #9865DE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.26%

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 32%
G = 21.26%
B = 46.74%

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

#9865DE (or 0x9865DE) is known color: Medium Purple. HEX triplet: 98, 65 and DE. RGB value is (152,101,222). Sum of RGB (Red+Green+Blue) = 152+101+222=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #9865DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865DE is #679A21. Grayscale: #818181. Windows color (decimal): -6789666 or 14575000. OLE color: 14575000.

HSL color Cylindrical-coordinate representation of color #9865DE: hue angle of 265.29º degrees, saturation: 0.65, 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 #9865DE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 101 222 -
CMYK 0.32 0.55 0 0.13
HSL 265.29º 0.65% 0.63% -
HSV(B) 265.29º 0.55% 0.87% -
XYZ 30.79 21.26 71.59 -
YUV 130.04 179.9 143.66 -
System Red Green Blue C M Y K H S L
Decimal 152 101 222 0.32 0.55 0 0.13 265.29 0.65 0.63
Hex 98 65 DE 20 37 0 D 109 41 3F
Octal 230 145 336 40 67 0 15 411 101 77
Binary 10011000 1100101 11011110 100000 110111 0 1101 100001001 1000001 111111

Color Harmonies of #9865DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9865DE

Black with #9865DE

Text Example


Text Example

White with #9865DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9865DE; }

 p { color: rgb(152,101,222); }

 H1.HeaderClassName
 {
   color: #9865DE;
 }
 .AnyTagClassName
 {
   color: #9865DE;
 }
</style>

background-color css

<style>
 a { background-color: #9865DE; }

 a { background-color: rgb(152,101,222); }

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

border-color css

<style>
 span { border-color: #9865DE; }

 span { border-color: rgb(152,101,222); }

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