Html Css Color HEX #865CD2 Amethyst

📋 copy color: '#865CD2'

red 134 ◦ green 92 ◦ blue 210

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

Shades of Amethyst #865CD2

Tints of Amethyst #865CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.17%

R = 30.73%
G = 21.1%
B = 48.17%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#865CD2 (or 0x865CD2) is known color: Amethyst. HEX triplet: 86, 5C and D2. RGB value is (134,92,210). Sum of RGB (Red+Green+Blue) = 134+92+210=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 210 - color contains mainly: blue. Hex color #865CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CD2 is #79A32D. Grayscale: #757575. Windows color (decimal): -7971630 or 13786246. OLE color: 13786246.

HSL color Cylindrical-coordinate representation of color #865CD2: hue angle of 261.36º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #865CD2 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 92 210 -
CMYK 0.36 0.56 0 0.18
HSL 261.36º 0.57% 0.59% -
HSV(B) 261.36º 0.56% 0.82% -
XYZ 25.29 17.38 62.99 -
YUV 118.01 179.91 139.41 -
System Red Green Blue C M Y K H S L
Decimal 134 92 210 0.36 0.56 0 0.18 261.36 0.57 0.59
Hex 86 5C D2 24 38 0 12 105 39 3B
Octal 206 134 322 44 70 0 22 405 71 73
Binary 10000110 1011100 11010010 100100 111000 0 10010 100000101 111001 111011

Color Harmonies of #865CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CD2

Black with #865CD2

Text Example


Text Example

White with #865CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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