Html Css Color HEX #865CCC Amethyst

📋 copy color: '#865CCC'

red 134 ◦ green 92 ◦ blue 204

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

Shades of Amethyst #865CCC

Tints of Amethyst #865CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 31.16%
G = 21.4%
B = 47.44%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#865CCC (or 0x865CCC) is known color: Amethyst. HEX triplet: 86, 5C and CC. RGB value is (134,92,204). Sum of RGB (Red+Green+Blue) = 134+92+204=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #865CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CCC is #79A333. Grayscale: #747474. Windows color (decimal): -7971636 or 13393030. OLE color: 13393030.

HSL color Cylindrical-coordinate representation of color #865CCC: hue angle of 262.5º degrees, saturation: 0.52, 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 #865CCC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 92 204 -
CMYK 0.34 0.55 0 0.2
HSL 262.5º 0.52% 0.58% -
HSV(B) 262.5º 0.55% 0.8% -
XYZ 24.56 17.08 59.13 -
YUV 117.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 134 92 204 0.34 0.55 0 0.2 262.5 0.52 0.58
Hex 86 5C CC 22 37 0 14 106 34 3A
Octal 206 134 314 42 67 0 24 406 64 72
Binary 10000110 1011100 11001100 100010 110111 0 10100 100000110 110100 111010

Color Harmonies of #865CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CCC

Black with #865CCC

Text Example


Text Example

White with #865CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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