Html Css Color HEX #8752CF Amethyst

📋 copy color: '#8752CF'

red 135 ◦ green 82 ◦ blue 207

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

Shades of Amethyst #8752CF

Tints of Amethyst #8752CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 31.84%
G = 19.34%
B = 48.82%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8752CF (or 0x8752CF) is known color: Amethyst. HEX triplet: 87, 52 and CF. RGB value is (135,82,207). Sum of RGB (Red+Green+Blue) = 135+82+207=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #8752CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752CF is #78AD30. Grayscale: #6F6F6F. Windows color (decimal): -7908657 or 13587079. OLE color: 13587079.

HSL color Cylindrical-coordinate representation of color #8752CF: hue angle of 265.44º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8752CF is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 82 207 -
CMYK 0.35 0.60 0 0.19
HSL 265.44º 0.57% 0.57% -
HSV(B) 265.44º 0.6% 0.81% -
XYZ 24.27 15.69 60.78 -
YUV 112.1 181.56 144.34 -
System Red Green Blue C M Y K H S L
Decimal 135 82 207 0.35 0.60 0 0.19 265.44 0.57 0.57
Hex 87 52 CF 23 3C 0 13 109 39 39
Octal 207 122 317 43 74 0 23 411 71 71
Binary 10000111 1010010 11001111 100011 111100 0 10011 100001001 111001 111001

Color Harmonies of #8752CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8752CF

Black with #8752CF

Text Example


Text Example

White with #8752CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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