Html Css Color HEX #8758C6 Amethyst

📋 copy color: '#8758C6'

red 135 ◦ green 88 ◦ blue 198

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

Shades of Amethyst #8758C6

Tints of Amethyst #8758C6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

 BLUE value IS 198 (77.73% from 255) = 47.03%

R = 32.07%
G = 20.9%
B = 47.03%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8758C6 (or 0x8758C6) is known color: Amethyst. HEX triplet: 87, 58 and C6. RGB value is (135,88,198). Sum of RGB (Red+Green+Blue) = 135+88+198=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #8758C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758C6 is #78A739. Grayscale: #727272. Windows color (decimal): -7907130 or 12998791. OLE color: 12998791.

HSL color Cylindrical-coordinate representation of color #8758C6: hue angle of 265.64º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8758C6 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 135 88 198 -
CMYK 0.32 0.56 0 0.22
HSL 265.64º 0.49% 0.56% -
HSV(B) 265.64º 0.56% 0.78% -
XYZ 23.67 16.21 55.31 -
YUV 114.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 135 88 198 0.32 0.56 0 0.22 265.64 0.49 0.56
Hex 87 58 C6 20 38 0 16 10A 31 38
Octal 207 130 306 40 70 0 26 412 61 70
Binary 10000111 1011000 11000110 100000 111000 0 10110 100001010 110001 111000

Color Harmonies of #8758C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8758C6

Black with #8758C6

Text Example


Text Example

White with #8758C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8758C6; }

 p { color: rgb(135,88,198); }

 H1.HeaderClassName
 {
   color: #8758C6;
 }
 .AnyTagClassName
 {
   color: #8758C6;
 }
</style>

background-color css

<style>
 a { background-color: #8758C6; }

 a { background-color: rgb(135,88,198); }

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

border-color css

<style>
 span { border-color: #8758C6; }

 span { border-color: rgb(135,88,198); }

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