Html Css Color HEX #865ACD Amethyst

📋 copy color: '#865ACD'

red 134 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #865ACD

Tints of Amethyst #865ACD

RGB

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

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

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

R = 31.24%
G = 20.98%
B = 47.79%

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

#865ACD (or 0x865ACD) is known color: Amethyst. HEX triplet: 86, 5A and CD. RGB value is (134,90,205). Sum of RGB (Red+Green+Blue) = 134+90+205=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #865ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ACD is #79A532. Grayscale: #737373. Windows color (decimal): -7972147 or 13458054. OLE color: 13458054.

HSL color Cylindrical-coordinate representation of color #865ACD: hue angle of 262.96º 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 #865ACD is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 90 205 -
CMYK 0.35 0.56 0 0.20
HSL 262.96º 0.53% 0.58% -
HSV(B) 262.96º 0.56% 0.8% -
XYZ 24.51 16.79 59.71 -
YUV 116.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 134 90 205 0.35 0.56 0 0.20 262.96 0.53 0.58
Hex 86 5A CD 23 38 0 14 107 35 3A
Octal 206 132 315 43 70 0 24 407 65 72
Binary 10000110 1011010 11001101 100011 111000 0 10100 100000111 110101 111010

Color Harmonies of #865ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865ACD

Black with #865ACD

Text Example


Text Example

White with #865ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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