Html Css Color HEX #8751DC Amethyst

📋 copy color: '#8751DC'

red 135 ◦ green 81 ◦ blue 220

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

Shades of Amethyst #8751DC

Tints of Amethyst #8751DC

RGB

 RED value IS 135 (53.13% from 255) = 30.96%

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

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 30.96%
G = 18.58%
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

#8751DC (or 0x8751DC) is known color: Amethyst. HEX triplet: 87, 51 and DC. RGB value is (135,81,220). Sum of RGB (Red+Green+Blue) = 135+81+220=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #8751DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8751DC is #78AE23. Grayscale: #707070. Windows color (decimal): -7908900 or 14438791. OLE color: 14438791.

HSL color Cylindrical-coordinate representation of color #8751DC: hue angle of 263.31º degrees, saturation: 0.67, 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 #8751DC is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 81 220 -
CMYK 0.39 0.63 0 0.14
HSL 263.31º 0.67% 0.59% -
HSV(B) 263.31º 0.63% 0.86% -
XYZ 25.85 16.2 69.48 -
YUV 112.99 188.39 143.7 -
System Red Green Blue C M Y K H S L
Decimal 135 81 220 0.39 0.63 0 0.14 263.31 0.67 0.59
Hex 87 51 DC 27 3F 0 E 107 43 3B
Octal 207 121 334 47 77 0 16 407 103 73
Binary 10000111 1010001 11011100 100111 111111 0 1110 100000111 1000011 111011

Color Harmonies of #8751DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8751DC

Black with #8751DC

Text Example


Text Example

White with #8751DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8751DC; }

 p { color: rgb(135,81,220); }

 H1.HeaderClassName
 {
   color: #8751DC;
 }
 .AnyTagClassName
 {
   color: #8751DC;
 }
</style>

background-color css

<style>
 a { background-color: #8751DC; }

 a { background-color: rgb(135,81,220); }

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

border-color css

<style>
 span { border-color: #8751DC; }

 span { border-color: rgb(135,81,220); }

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