Html Css Color HEX #8752CC Amethyst

📋 copy color: '#8752CC'

red 135 ◦ green 82 ◦ blue 204

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

Shades of Amethyst #8752CC

Tints of Amethyst #8752CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 32.07%
G = 19.48%
B = 48.46%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8752CC (or 0x8752CC) is known color: Amethyst. HEX triplet: 87, 52 and CC. RGB value is (135,82,204). Sum of RGB (Red+Green+Blue) = 135+82+204=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #8752CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752CC is #78AD33. Grayscale: #6F6F6F. Windows color (decimal): -7908660 or 13390471. OLE color: 13390471.

HSL color Cylindrical-coordinate representation of color #8752CC: hue angle of 266.07º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8752CC is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 82 204 -
CMYK 0.34 0.60 0 0.2
HSL 266.07º 0.54% 0.56% -
HSV(B) 266.07º 0.6% 0.8% -
XYZ 23.91 15.55 58.87 -
YUV 111.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 135 82 204 0.34 0.60 0 0.2 266.07 0.54 0.56
Hex 87 52 CC 22 3C 0 14 10A 36 38
Octal 207 122 314 42 74 0 24 412 66 70
Binary 10000111 1010010 11001100 100010 111100 0 10100 100001010 110110 111000

Color Harmonies of #8752CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8752CC

Black with #8752CC

Text Example


Text Example

White with #8752CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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