Html Css Color HEX #8649CF Amethyst

📋 copy color: '#8649CF'

red 134 ◦ green 73 ◦ blue 207

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

Shades of Amethyst #8649CF

Tints of Amethyst #8649CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.63%

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

R = 32.37%
G = 17.63%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8649CF (or 0x8649CF) is known color: Amethyst. HEX triplet: 86, 49 and CF. RGB value is (134,73,207). Sum of RGB (Red+Green+Blue) = 134+73+207=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #8649CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8649CF is #79B630. Grayscale: #6A6A6A. Windows color (decimal): -7976497 or 13584774. OLE color: 13584774.

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

Color convert

RGB 134 73 207 -
CMYK 0.35 0.65 0 0.19
HSL 267.31º 0.58% 0.55% -
HSV(B) 267.31º 0.65% 0.81% -
XYZ 23.48 14.34 60.56 -
YUV 106.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 134 73 207 0.35 0.65 0 0.19 267.31 0.58 0.55
Hex 86 49 CF 23 41 0 13 10B 3A 37
Octal 206 111 317 43 101 0 23 413 72 67
Binary 10000110 1001001 11001111 100011 1000001 0 10011 100001011 111010 110111

Color Harmonies of #8649CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8649CF

Black with #8649CF

Text Example


Text Example

White with #8649CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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