Html Css Color HEX #8751CA Amethyst

📋 copy color: '#8751CA'

red 135 ◦ green 81 ◦ blue 202

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

Shades of Amethyst #8751CA

Tints of Amethyst #8751CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 32.3%
G = 19.38%
B = 48.33%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8751CA (or 0x8751CA) is known color: Amethyst. HEX triplet: 87, 51 and CA. RGB value is (135,81,202). Sum of RGB (Red+Green+Blue) = 135+81+202=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #8751CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8751CA is #78AE35. Grayscale: #6E6E6E. Windows color (decimal): -7908918 or 13259143. OLE color: 13259143.

HSL color Cylindrical-coordinate representation of color #8751CA: hue angle of 266.78º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8751CA is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 81 202 -
CMYK 0.33 0.60 0 0.21
HSL 266.78º 0.53% 0.55% -
HSV(B) 266.78º 0.6% 0.79% -
XYZ 23.59 15.3 57.59 -
YUV 110.94 179.39 145.16 -
System Red Green Blue C M Y K H S L
Decimal 135 81 202 0.33 0.60 0 0.21 266.78 0.53 0.55
Hex 87 51 CA 21 3C 0 15 10B 35 37
Octal 207 121 312 41 74 0 25 413 65 67
Binary 10000111 1010001 11001010 100001 111100 0 10101 100001011 110101 110111

Color Harmonies of #8751CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8751CA

Black with #8751CA

Text Example


Text Example

White with #8751CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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