Html Css Color HEX #8651CB Amethyst

📋 copy color: '#8651CB'

red 134 ◦ green 81 ◦ blue 203

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

Shades of Amethyst #8651CB

Tints of Amethyst #8651CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 32.06%
G = 19.38%
B = 48.56%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8651CB (or 0x8651CB) is known color: Amethyst. HEX triplet: 86, 51 and CB. RGB value is (134,81,203). Sum of RGB (Red+Green+Blue) = 134+81+203=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #8651CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8651CB is #79AE34. Grayscale: #6E6E6E. Windows color (decimal): -7974453 or 13324678. OLE color: 13324678.

HSL color Cylindrical-coordinate representation of color #8651CB: hue angle of 266.07º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8651CB is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 81 203 -
CMYK 0.34 0.60 0 0.20
HSL 266.07º 0.54% 0.56% -
HSV(B) 266.07º 0.6% 0.8% -
XYZ 23.55 15.26 58.2 -
YUV 110.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 134 81 203 0.34 0.60 0 0.20 266.07 0.54 0.56
Hex 86 51 CB 22 3C 0 14 10A 36 38
Octal 206 121 313 42 74 0 24 412 66 70
Binary 10000110 1010001 11001011 100010 111100 0 10100 100001010 110110 111000

Color Harmonies of #8651CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8651CB

Black with #8651CB

Text Example


Text Example

White with #8651CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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