Html Css Color HEX #8652CA Amethyst

📋 copy color: '#8652CA'

red 134 ◦ green 82 ◦ blue 202

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

Shades of Amethyst #8652CA

Tints of Amethyst #8652CA

RGB

 RED value IS 134 (52.73% from 255) = 32.06%

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 32.06%
G = 19.62%
B = 48.33%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8652CA (or 0x8652CA) is known color: Amethyst. HEX triplet: 86, 52 and CA. RGB value is (134,82,202). Sum of RGB (Red+Green+Blue) = 134+82+202=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #8652CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8652CA is #79AD35. Grayscale: #6E6E6E. Windows color (decimal): -7974198 or 13259398. OLE color: 13259398.

HSL color Cylindrical-coordinate representation of color #8652CA: hue angle of 266º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8652CA is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 82 202 -
CMYK 0.34 0.59 0 0.21
HSL 266º 0.53% 0.56% -
HSV(B) 266º 0.59% 0.79% -
XYZ 23.51 15.37 57.6 -
YUV 111.23 179.23 144.24 -
System Red Green Blue C M Y K H S L
Decimal 134 82 202 0.34 0.59 0 0.21 266 0.53 0.56
Hex 86 52 CA 22 3B 0 15 10A 35 38
Octal 206 122 312 42 73 0 25 412 65 70
Binary 10000110 1010010 11001010 100010 111011 0 10101 100001010 110101 111000

Color Harmonies of #8652CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8652CA

Black with #8652CA

Text Example


Text Example

White with #8652CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8652CA; }

 p { color: rgb(134,82,202); }

 H1.HeaderClassName
 {
   color: #8652CA;
 }
 .AnyTagClassName
 {
   color: #8652CA;
 }
</style>

background-color css

<style>
 a { background-color: #8652CA; }

 a { background-color: rgb(134,82,202); }

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

border-color css

<style>
 span { border-color: #8652CA; }

 span { border-color: rgb(134,82,202); }

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