Html Css Color HEX #865CD5 Medium Purple

📋 copy color: '#865CD5'

red 134 ◦ green 92 ◦ blue 213

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

Shades of Medium Purple #865CD5

Tints of Medium Purple #865CD5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.96%

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 30.52%
G = 20.96%
B = 48.52%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#865CD5 (or 0x865CD5) is known color: Medium Purple. HEX triplet: 86, 5C and D5. RGB value is (134,92,213). Sum of RGB (Red+Green+Blue) = 134+92+213=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #865CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CD5 is #79A32A. Grayscale: #757575. Windows color (decimal): -7971627 or 13982854. OLE color: 13982854.

HSL color Cylindrical-coordinate representation of color #865CD5: hue angle of 260.83º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #865CD5 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 92 213 -
CMYK 0.37 0.57 0 0.16
HSL 260.83º 0.59% 0.6% -
HSV(B) 260.83º 0.57% 0.84% -
XYZ 25.67 17.53 64.98 -
YUV 118.35 181.41 139.16 -
System Red Green Blue C M Y K H S L
Decimal 134 92 213 0.37 0.57 0 0.16 260.83 0.59 0.6
Hex 86 5C D5 25 39 0 10 105 3B 3C
Octal 206 134 325 45 71 0 20 405 73 74
Binary 10000110 1011100 11010101 100101 111001 0 10000 100000101 111011 111100

Color Harmonies of #865CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CD5

Black with #865CD5

Text Example


Text Example

White with #865CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,92,213); }

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

background-color css

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

 a { background-color: rgb(134,92,213); }

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

border-color css

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

 span { border-color: rgb(134,92,213); }

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