Html Css Color HEX #865CCF Amethyst

📋 copy color: '#865CCF'

red 134 ◦ green 92 ◦ blue 207

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

Shades of Amethyst #865CCF

Tints of Amethyst #865CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 30.95%
G = 21.25%
B = 47.81%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#865CCF (or 0x865CCF) is known color: Amethyst. HEX triplet: 86, 5C and CF. RGB value is (134,92,207). Sum of RGB (Red+Green+Blue) = 134+92+207=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #865CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CCF is #79A330. Grayscale: #757575. Windows color (decimal): -7971633 or 13589638. OLE color: 13589638.

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

Color convert

RGB 134 92 207 -
CMYK 0.35 0.56 0 0.19
HSL 261.91º 0.55% 0.59% -
HSV(B) 261.91º 0.56% 0.81% -
XYZ 24.92 17.23 61.04 -
YUV 117.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 134 92 207 0.35 0.56 0 0.19 261.91 0.55 0.59
Hex 86 5C CF 23 38 0 13 106 37 3B
Octal 206 134 317 43 70 0 23 406 67 73
Binary 10000110 1011100 11001111 100011 111000 0 10011 100000110 110111 111011

Color Harmonies of #865CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CCF

Black with #865CCF

Text Example


Text Example

White with #865CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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