Html Css Color HEX #865FDC Medium Purple

📋 copy color: '#865FDC'

red 134 ◦ green 95 ◦ blue 220

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

Shades of Medium Purple #865FDC

Tints of Medium Purple #865FDC

RGB

 RED value IS 134 (52.73% from 255) = 29.84%

 GREEN value IS 95 (37.5% from 255) = 21.16%

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

R = 29.84%
G = 21.16%
B = 49%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#865FDC (or 0x865FDC) is known color: Medium Purple. HEX triplet: 86, 5F and DC. RGB value is (134,95,220). Sum of RGB (Red+Green+Blue) = 134+95+220=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #865FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FDC is #79A023. Grayscale: #787878. Windows color (decimal): -7970852 or 14442374. OLE color: 14442374.

HSL color Cylindrical-coordinate representation of color #865FDC: hue angle of 258.72º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #865FDC is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 95 220 -
CMYK 0.39 0.57 0 0.14
HSL 258.72º 0.64% 0.62% -
HSV(B) 258.72º 0.57% 0.86% -
XYZ 26.84 18.42 69.85 -
YUV 120.91 183.92 137.34 -
System Red Green Blue C M Y K H S L
Decimal 134 95 220 0.39 0.57 0 0.14 258.72 0.64 0.62
Hex 86 5F DC 27 39 0 E 103 40 3E
Octal 206 137 334 47 71 0 16 403 100 76
Binary 10000110 1011111 11011100 100111 111001 0 1110 100000011 1000000 111110

Color Harmonies of #865FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FDC

Black with #865FDC

Text Example


Text Example

White with #865FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865FDC; }

 p { color: rgb(134,95,220); }

 H1.HeaderClassName
 {
   color: #865FDC;
 }
 .AnyTagClassName
 {
   color: #865FDC;
 }
</style>

background-color css

<style>
 a { background-color: #865FDC; }

 a { background-color: rgb(134,95,220); }

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

border-color css

<style>
 span { border-color: #865FDC; }

 span { border-color: rgb(134,95,220); }

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