Html Css Color HEX #865CCE Amethyst

📋 copy color: '#865CCE'

red 134 ◦ green 92 ◦ blue 206

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

Shades of Amethyst #865CCE

Tints of Amethyst #865CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 31.02%
G = 21.3%
B = 47.69%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#865CCE (or 0x865CCE) is known color: Amethyst. HEX triplet: 86, 5C and CE. RGB value is (134,92,206). Sum of RGB (Red+Green+Blue) = 134+92+206=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #865CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CCE is #79A331. Grayscale: #757575. Windows color (decimal): -7971634 or 13524102. OLE color: 13524102.

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

Color convert

RGB 134 92 206 -
CMYK 0.35 0.55 0 0.19
HSL 262.11º 0.54% 0.58% -
HSV(B) 262.11º 0.55% 0.81% -
XYZ 24.8 17.18 60.4 -
YUV 117.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 134 92 206 0.35 0.55 0 0.19 262.11 0.54 0.58
Hex 86 5C CE 23 37 0 13 106 36 3A
Octal 206 134 316 43 67 0 23 406 66 72
Binary 10000110 1011100 11001110 100011 110111 0 10011 100000110 110110 111010

Color Harmonies of #865CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CCE

Black with #865CCE

Text Example


Text Example

White with #865CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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