Html Css Color HEX #865CCA Amethyst

📋 copy color: '#865CCA'

red 134 ◦ green 92 ◦ blue 202

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

Shades of Amethyst #865CCA

Tints of Amethyst #865CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.2%

R = 31.31%
G = 21.5%
B = 47.2%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#865CCA (or 0x865CCA) is known color: Amethyst. HEX triplet: 86, 5C and CA. RGB value is (134,92,202). Sum of RGB (Red+Green+Blue) = 134+92+202=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #865CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CCA is #79A335. Grayscale: #747474. Windows color (decimal): -7971638 or 13261958. OLE color: 13261958.

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

Color convert

RGB 134 92 202 -
CMYK 0.34 0.54 0 0.21
HSL 262.91º 0.51% 0.58% -
HSV(B) 262.91º 0.54% 0.79% -
XYZ 24.32 16.99 57.87 -
YUV 117.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 134 92 202 0.34 0.54 0 0.21 262.91 0.51 0.58
Hex 86 5C CA 22 36 0 15 107 33 3A
Octal 206 134 312 42 66 0 25 407 63 72
Binary 10000110 1011100 11001010 100010 110110 0 10101 100000111 110011 111010

Color Harmonies of #865CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CCA

Black with #865CCA

Text Example


Text Example

White with #865CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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