Html Css Color HEX #865BCD Amethyst

📋 copy color: '#865BCD'

red 134 ◦ green 91 ◦ blue 205

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

Shades of Amethyst #865BCD

Tints of Amethyst #865BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.16%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 31.16%
G = 21.16%
B = 47.67%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#865BCD (or 0x865BCD) is known color: Amethyst. HEX triplet: 86, 5B and CD. RGB value is (134,91,205). Sum of RGB (Red+Green+Blue) = 134+91+205=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #865BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BCD is #79A432. Grayscale: #747474. Windows color (decimal): -7971891 or 13458310. OLE color: 13458310.

HSL color Cylindrical-coordinate representation of color #865BCD: hue angle of 262.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #865BCD is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 91 205 -
CMYK 0.35 0.56 0 0.20
HSL 262.63º 0.53% 0.58% -
HSV(B) 262.63º 0.56% 0.8% -
XYZ 24.59 16.96 59.73 -
YUV 116.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 134 91 205 0.35 0.56 0 0.20 262.63 0.53 0.58
Hex 86 5B CD 23 38 0 14 107 35 3A
Octal 206 133 315 43 70 0 24 407 65 72
Binary 10000110 1011011 11001101 100011 111000 0 10100 100000111 110101 111010

Color Harmonies of #865BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BCD

Black with #865BCD

Text Example


Text Example

White with #865BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,91,205); }

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

background-color css

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

 a { background-color: rgb(134,91,205); }

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

border-color css

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

 span { border-color: rgb(134,91,205); }

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