Html Css Color HEX #8655CF Amethyst

📋 copy color: '#8655CF'

red 134 ◦ green 85 ◦ blue 207

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

Shades of Amethyst #8655CF

Tints of Amethyst #8655CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.95%

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

R = 31.46%
G = 19.95%
B = 48.59%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8655CF (or 0x8655CF) is known color: Amethyst. HEX triplet: 86, 55 and CF. RGB value is (134,85,207). Sum of RGB (Red+Green+Blue) = 134+85+207=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #8655CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8655CF is #79AA30. Grayscale: #717171. Windows color (decimal): -7973425 or 13587846. OLE color: 13587846.

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

Color convert

RGB 134 85 207 -
CMYK 0.35 0.59 0 0.19
HSL 264.1º 0.56% 0.57% -
HSV(B) 264.1º 0.59% 0.81% -
XYZ 24.34 16.07 60.85 -
YUV 113.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 134 85 207 0.35 0.59 0 0.19 264.1 0.56 0.57
Hex 86 55 CF 23 3B 0 13 108 38 39
Octal 206 125 317 43 73 0 23 410 70 71
Binary 10000110 1010101 11001111 100011 111011 0 10011 100001000 111000 111001

Color Harmonies of #8655CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8655CF

Black with #8655CF

Text Example


Text Example

White with #8655CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8655CF; }

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

 H1.HeaderClassName
 {
   color: #8655CF;
 }
 .AnyTagClassName
 {
   color: #8655CF;
 }
</style>

background-color css

<style>
 a { background-color: #8655CF; }

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

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

border-color css

<style>
 span { border-color: #8655CF; }

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

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