Html Css Color HEX #8F64CC Amethyst

📋 copy color: '#8F64CC'

red 143 ◦ green 100 ◦ blue 204

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

Shades of Amethyst #8F64CC

Tints of Amethyst #8F64CC

RGB

 RED value IS 143 (56.25% from 255) = 31.99%

 GREEN value IS 100 (39.45% from 255) = 22.37%

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

R = 31.99%
G = 22.37%
B = 45.64%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F64CC (or 0x8F64CC) is known color: Amethyst. HEX triplet: 8F, 64 and CC. RGB value is (143,100,204). Sum of RGB (Red+Green+Blue) = 143+100+204=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F64CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F64CC is #709B33. Grayscale: #7C7C7C. Windows color (decimal): -7379764 or 13395087. OLE color: 13395087.

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

Color convert

RGB 143 100 204 -
CMYK 0.30 0.51 0 0.2
HSL 264.81º 0.5% 0.6% -
HSV(B) 264.81º 0.51% 0.8% -
XYZ 26.78 19.31 59.44 -
YUV 124.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 143 100 204 0.30 0.51 0 0.2 264.81 0.5 0.6
Hex 8F 64 CC 1E 33 0 14 109 32 3C
Octal 217 144 314 36 63 0 24 411 62 74
Binary 10001111 1100100 11001100 11110 110011 0 10100 100001001 110010 111100

Color Harmonies of #8F64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F64CC

Black with #8F64CC

Text Example


Text Example

White with #8F64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,100,204); }

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

background-color css

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

 a { background-color: rgb(143,100,204); }

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

border-color css

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

 span { border-color: rgb(143,100,204); }

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