Html Css Color HEX #9865DC Medium Purple

📋 copy color: '#9865DC'

red 152 ◦ green 101 ◦ blue 220

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

Shades of Medium Purple #9865DC

Tints of Medium Purple #9865DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 32.14%
G = 21.35%
B = 46.51%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9865DC (or 0x9865DC) is known color: Medium Purple. HEX triplet: 98, 65 and DC. RGB value is (152,101,220). Sum of RGB (Red+Green+Blue) = 152+101+220=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #9865DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865DC is #679A23. Grayscale: #818181. Windows color (decimal): -6789668 or 14443928. OLE color: 14443928.

HSL color Cylindrical-coordinate representation of color #9865DC: hue angle of 265.71º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9865DC is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 101 220 -
CMYK 0.31 0.54 0 0.14
HSL 265.71º 0.63% 0.63% -
HSV(B) 265.71º 0.54% 0.86% -
XYZ 30.52 21.15 70.18 -
YUV 129.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 152 101 220 0.31 0.54 0 0.14 265.71 0.63 0.63
Hex 98 65 DC 1F 36 0 E 10A 3F 3F
Octal 230 145 334 37 66 0 16 412 77 77
Binary 10011000 1100101 11011100 11111 110110 0 1110 100001010 111111 111111

Color Harmonies of #9865DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9865DC

Black with #9865DC

Text Example


Text Example

White with #9865DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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