Html Css Color HEX #8651DB Amethyst

📋 copy color: '#8651DB'

red 134 ◦ green 81 ◦ blue 219

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

Shades of Amethyst #8651DB

Tints of Amethyst #8651DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.66%

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 30.88%
G = 18.66%
B = 50.46%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8651DB (or 0x8651DB) is known color: Amethyst. HEX triplet: 86, 51 and DB. RGB value is (134,81,219). Sum of RGB (Red+Green+Blue) = 134+81+219=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #8651DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8651DB is #79AE24. Grayscale: #707070. Windows color (decimal): -7974437 or 14373254. OLE color: 14373254.

HSL color Cylindrical-coordinate representation of color #8651DB: hue angle of 263.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8651DB is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 81 219 -
CMYK 0.39 0.63 0 0.14
HSL 263.04º 0.66% 0.59% -
HSV(B) 263.04º 0.63% 0.86% -
XYZ 25.56 16.07 68.77 -
YUV 112.58 188.06 143.28 -
System Red Green Blue C M Y K H S L
Decimal 134 81 219 0.39 0.63 0 0.14 263.04 0.66 0.59
Hex 86 51 DB 27 3F 0 E 107 42 3B
Octal 206 121 333 47 77 0 16 407 102 73
Binary 10000110 1010001 11011011 100111 111111 0 1110 100000111 1000010 111011

Color Harmonies of #8651DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8651DB

Black with #8651DB

Text Example


Text Example

White with #8651DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8651DB; }

 p { color: rgb(134,81,219); }

 H1.HeaderClassName
 {
   color: #8651DB;
 }
 .AnyTagClassName
 {
   color: #8651DB;
 }
</style>

background-color css

<style>
 a { background-color: #8651DB; }

 a { background-color: rgb(134,81,219); }

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

border-color css

<style>
 span { border-color: #8651DB; }

 span { border-color: rgb(134,81,219); }

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