Html Css Color HEX #865CCD Amethyst

📋 copy color: '#865CCD'

red 134 ◦ green 92 ◦ blue 205

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

Shades of Amethyst #865CCD

Tints of Amethyst #865CCD

RGB

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

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

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

R = 31.09%
G = 21.35%
B = 47.56%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#865CCD (or 0x865CCD) is known color: Amethyst. HEX triplet: 86, 5C and CD. RGB value is (134,92,205). Sum of RGB (Red+Green+Blue) = 134+92+205=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #865CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CCD is #79A332. Grayscale: #757575. Windows color (decimal): -7971635 or 13458566. OLE color: 13458566.

HSL color Cylindrical-coordinate representation of color #865CCD: hue angle of 262.3º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #865CCD is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 92 205 -
CMYK 0.35 0.55 0 0.20
HSL 262.3º 0.53% 0.58% -
HSV(B) 262.3º 0.55% 0.8% -
XYZ 24.68 17.13 59.76 -
YUV 117.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 134 92 205 0.35 0.55 0 0.20 262.3 0.53 0.58
Hex 86 5C CD 23 37 0 14 106 35 3A
Octal 206 134 315 43 67 0 24 406 65 72
Binary 10000110 1011100 11001101 100011 110111 0 10100 100000110 110101 111010

Color Harmonies of #865CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CCD

Black with #865CCD

Text Example


Text Example

White with #865CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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