Html Css Color HEX #8758CD Amethyst

📋 copy color: '#8758CD'

red 135 ◦ green 88 ◦ blue 205

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

Shades of Amethyst #8758CD

Tints of Amethyst #8758CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 31.54%
G = 20.56%
B = 47.9%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8758CD (or 0x8758CD) is known color: Amethyst. HEX triplet: 87, 58 and CD. RGB value is (135,88,205). Sum of RGB (Red+Green+Blue) = 135+88+205=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #8758CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758CD is #78A732. Grayscale: #727272. Windows color (decimal): -7907123 or 13457543. OLE color: 13457543.

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

Color convert

RGB 135 88 205 -
CMYK 0.34 0.57 0 0.20
HSL 264.1º 0.54% 0.57% -
HSV(B) 264.1º 0.57% 0.8% -
XYZ 24.5 16.54 59.66 -
YUV 115.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 135 88 205 0.34 0.57 0 0.20 264.1 0.54 0.57
Hex 87 58 CD 22 39 0 14 108 36 39
Octal 207 130 315 42 71 0 24 410 66 71
Binary 10000111 1011000 11001101 100010 111001 0 10100 100001000 110110 111001

Color Harmonies of #8758CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8758CD

Black with #8758CD

Text Example


Text Example

White with #8758CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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