Html Css Color HEX #865AD4 Amethyst

📋 copy color: '#865AD4'

red 134 ◦ green 90 ◦ blue 212

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

Shades of Amethyst #865AD4

Tints of Amethyst #865AD4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.64%

 BLUE value IS 212 (83.2% from 255) = 48.62%

R = 30.73%
G = 20.64%
B = 48.62%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#865AD4 (or 0x865AD4) is known color: Amethyst. HEX triplet: 86, 5A and D4. RGB value is (134,90,212). Sum of RGB (Red+Green+Blue) = 134+90+212=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #865AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865AD4 is #79A52B. Grayscale: #747474. Windows color (decimal): -7972140 or 13916806. OLE color: 13916806.

HSL color Cylindrical-coordinate representation of color #865AD4: hue angle of 261.64º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #865AD4 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 90 212 -
CMYK 0.37 0.58 0 0.17
HSL 261.64º 0.59% 0.59% -
HSV(B) 261.64º 0.58% 0.83% -
XYZ 25.37 17.13 64.26 -
YUV 117.06 181.58 140.08 -
System Red Green Blue C M Y K H S L
Decimal 134 90 212 0.37 0.58 0 0.17 261.64 0.59 0.59
Hex 86 5A D4 25 3A 0 11 106 3B 3B
Octal 206 132 324 45 72 0 21 406 73 73
Binary 10000110 1011010 11010100 100101 111010 0 10001 100000110 111011 111011

Color Harmonies of #865AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865AD4

Black with #865AD4

Text Example


Text Example

White with #865AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,90,212); }

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

background-color css

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

 a { background-color: rgb(134,90,212); }

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

border-color css

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

 span { border-color: rgb(134,90,212); }

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