Html Css Color HEX #8153C6 Amethyst

📋 copy color: '#8153C6'

red 129 ◦ green 83 ◦ blue 198

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

Shades of Amethyst #8153C6

Tints of Amethyst #8153C6

RGB

 RED value IS 129 (50.78% from 255) = 31.46%

 GREEN value IS 83 (32.81% from 255) = 20.24%

 BLUE value IS 198 (77.73% from 255) = 48.29%

R = 31.46%
G = 20.24%
B = 48.29%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8153C6 (or 0x8153C6) is known color: Amethyst. HEX triplet: 81, 53 and C6. RGB value is (129,83,198). Sum of RGB (Red+Green+Blue) = 129+83+198=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #8153C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8153C6 is #7EAC39. Grayscale: #6D6D6D. Windows color (decimal): -8301626 or 12997505. OLE color: 12997505.

HSL color Cylindrical-coordinate representation of color #8153C6: hue angle of 264º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8153C6 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 83 198 -
CMYK 0.35 0.58 0 0.22
HSL 264º 0.5% 0.55% -
HSV(B) 264º 0.58% 0.78% -
XYZ 22.34 14.93 55.13 -
YUV 109.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 129 83 198 0.35 0.58 0 0.22 264 0.5 0.55
Hex 81 53 C6 23 3A 0 16 108 32 37
Octal 201 123 306 43 72 0 26 410 62 67
Binary 10000001 1010011 11000110 100011 111010 0 10110 100001000 110010 110111

Color Harmonies of #8153C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8153C6

Black with #8153C6

Text Example


Text Example

White with #8153C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8153C6; }

 p { color: rgb(129,83,198); }

 H1.HeaderClassName
 {
   color: #8153C6;
 }
 .AnyTagClassName
 {
   color: #8153C6;
 }
</style>

background-color css

<style>
 a { background-color: #8153C6; }

 a { background-color: rgb(129,83,198); }

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

border-color css

<style>
 span { border-color: #8153C6; }

 span { border-color: rgb(129,83,198); }

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