Html Css Color HEX #865AC8 Amethyst

📋 copy color: '#865AC8'

red 134 ◦ green 90 ◦ blue 200

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

Shades of Amethyst #865AC8

Tints of Amethyst #865AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.17%

R = 31.6%
G = 21.23%
B = 47.17%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#865AC8 (or 0x865AC8) is known color: Amethyst. HEX triplet: 86, 5A and C8. RGB value is (134,90,200). Sum of RGB (Red+Green+Blue) = 134+90+200=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 200 - color contains mainly: blue. Hex color #865AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865AC8 is #79A537. Grayscale: #737373. Windows color (decimal): -7972152 or 13130374. OLE color: 13130374.

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

Color convert

RGB 134 90 200 -
CMYK 0.33 0.55 0 0.22
HSL 264º 0.5% 0.57% -
HSV(B) 264º 0.55% 0.78% -
XYZ 23.91 16.55 56.58 -
YUV 115.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 134 90 200 0.33 0.55 0 0.22 264 0.5 0.57
Hex 86 5A C8 21 37 0 16 108 32 39
Octal 206 132 310 41 67 0 26 410 62 71
Binary 10000110 1011010 11001000 100001 110111 0 10110 100001000 110010 111001

Color Harmonies of #865AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865AC8

Black with #865AC8

Text Example


Text Example

White with #865AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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