Html Css Color HEX #8750CA Amethyst

📋 copy color: '#8750CA'

red 135 ◦ green 80 ◦ blue 202

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

Shades of Amethyst #8750CA

Tints of Amethyst #8750CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.18%

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

R = 32.37%
G = 19.18%
B = 48.44%

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

#8750CA (or 0x8750CA) is known color: Amethyst. HEX triplet: 87, 50 and CA. RGB value is (135,80,202). Sum of RGB (Red+Green+Blue) = 135+80+202=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #8750CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8750CA is #78AF35. Grayscale: #6D6D6D. Windows color (decimal): -7909174 or 13258887. OLE color: 13258887.

HSL color Cylindrical-coordinate representation of color #8750CA: hue angle of 267.05º degrees, saturation: 0.54, 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 #8750CA is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 80 202 -
CMYK 0.33 0.60 0 0.21
HSL 267.05º 0.54% 0.55% -
HSV(B) 267.05º 0.6% 0.79% -
XYZ 23.52 15.15 57.56 -
YUV 110.35 179.72 145.58 -
System Red Green Blue C M Y K H S L
Decimal 135 80 202 0.33 0.60 0 0.21 267.05 0.54 0.55
Hex 87 50 CA 21 3C 0 15 10B 36 37
Octal 207 120 312 41 74 0 25 413 66 67
Binary 10000111 1010000 11001010 100001 111100 0 10101 100001011 110110 110111

Color Harmonies of #8750CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8750CA

Black with #8750CA

Text Example


Text Example

White with #8750CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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