Html Css Color HEX #865AC9 Amethyst

📋 copy color: '#865AC9'

red 134 ◦ green 90 ◦ blue 201

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

Shades of Amethyst #865AC9

Tints of Amethyst #865AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.29%

R = 31.53%
G = 21.18%
B = 47.29%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#865AC9 (or 0x865AC9) is known color: Amethyst. HEX triplet: 86, 5A and C9. RGB value is (134,90,201). Sum of RGB (Red+Green+Blue) = 134+90+201=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #865AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865AC9 is #79A536. Grayscale: #737373. Windows color (decimal): -7972151 or 13195910. OLE color: 13195910.

HSL color Cylindrical-coordinate representation of color #865AC9: hue angle of 263.78º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #865AC9 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 90 201 -
CMYK 0.33 0.55 0 0.21
HSL 263.78º 0.51% 0.57% -
HSV(B) 263.78º 0.55% 0.79% -
XYZ 24.03 16.6 57.2 -
YUV 115.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 134 90 201 0.33 0.55 0 0.21 263.78 0.51 0.57
Hex 86 5A C9 21 37 0 15 108 33 39
Octal 206 132 311 41 67 0 25 410 63 71
Binary 10000110 1011010 11001001 100001 110111 0 10101 100001000 110011 111001

Color Harmonies of #865AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865AC9

Black with #865AC9

Text Example


Text Example

White with #865AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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