Html Css Color HEX #8C63CC Amethyst

📋 copy color: '#8C63CC'

red 140 ◦ green 99 ◦ blue 204

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

Shades of Amethyst #8C63CC

Tints of Amethyst #8C63CC

RGB

 RED value IS 140 (55.08% from 255) = 31.6%

 GREEN value IS 99 (39.06% from 255) = 22.35%

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

R = 31.6%
G = 22.35%
B = 46.05%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C63CC (or 0x8C63CC) is known color: Amethyst. HEX triplet: 8C, 63 and CC. RGB value is (140,99,204). Sum of RGB (Red+Green+Blue) = 140+99+204=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C63CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C63CC is #739C33. Grayscale: #7A7A7A. Windows color (decimal): -7576628 or 13394828. OLE color: 13394828.

HSL color Cylindrical-coordinate representation of color #8C63CC: hue angle of 263.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C63CC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 99 204 -
CMYK 0.31 0.51 0 0.2
HSL 263.43º 0.51% 0.59% -
HSV(B) 263.43º 0.51% 0.8% -
XYZ 26.18 18.86 59.39 -
YUV 123.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 140 99 204 0.31 0.51 0 0.2 263.43 0.51 0.59
Hex 8C 63 CC 1F 33 0 14 107 33 3B
Octal 214 143 314 37 63 0 24 407 63 73
Binary 10001100 1100011 11001100 11111 110011 0 10100 100000111 110011 111011

Color Harmonies of #8C63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C63CC

Black with #8C63CC

Text Example


Text Example

White with #8C63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C63CC; }

 p { color: rgb(140,99,204); }

 H1.HeaderClassName
 {
   color: #8C63CC;
 }
 .AnyTagClassName
 {
   color: #8C63CC;
 }
</style>

background-color css

<style>
 a { background-color: #8C63CC; }

 a { background-color: rgb(140,99,204); }

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

border-color css

<style>
 span { border-color: #8C63CC; }

 span { border-color: rgb(140,99,204); }

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