Html Css Color HEX #8752DA Amethyst

📋 copy color: '#8752DA'

red 135 ◦ green 82 ◦ blue 218

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

Shades of Amethyst #8752DA

Tints of Amethyst #8752DA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.85%

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 31.03%
G = 18.85%
B = 50.11%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8752DA (or 0x8752DA) is known color: Amethyst. HEX triplet: 87, 52 and DA. RGB value is (135,82,218). Sum of RGB (Red+Green+Blue) = 135+82+218=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #8752DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752DA is #78AD25. Grayscale: #707070. Windows color (decimal): -7908646 or 14307975. OLE color: 14307975.

HSL color Cylindrical-coordinate representation of color #8752DA: hue angle of 263.38º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8752DA is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 82 218 -
CMYK 0.38 0.62 0 0.15
HSL 263.38º 0.65% 0.59% -
HSV(B) 263.38º 0.62% 0.85% -
XYZ 25.66 16.25 68.11 -
YUV 113.35 187.06 143.44 -
System Red Green Blue C M Y K H S L
Decimal 135 82 218 0.38 0.62 0 0.15 263.38 0.65 0.59
Hex 87 52 DA 26 3E 0 F 107 41 3B
Octal 207 122 332 46 76 0 17 407 101 73
Binary 10000111 1010010 11011010 100110 111110 0 1111 100000111 1000001 111011

Color Harmonies of #8752DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8752DA

Black with #8752DA

Text Example


Text Example

White with #8752DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8752DA; }

 p { color: rgb(135,82,218); }

 H1.HeaderClassName
 {
   color: #8752DA;
 }
 .AnyTagClassName
 {
   color: #8752DA;
 }
</style>

background-color css

<style>
 a { background-color: #8752DA; }

 a { background-color: rgb(135,82,218); }

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

border-color css

<style>
 span { border-color: #8752DA; }

 span { border-color: rgb(135,82,218); }

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