Html Css Color HEX #9064CD Amethyst

📋 copy color: '#9064CD'

red 144 ◦ green 100 ◦ blue 205

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

Shades of Amethyst #9064CD

Tints of Amethyst #9064CD

RGB

 RED value IS 144 (56.64% from 255) = 32.07%

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 32.07%
G = 22.27%
B = 45.66%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9064CD (or 0x9064CD) is known color: Amethyst. HEX triplet: 90, 64 and CD. RGB value is (144,100,205). Sum of RGB (Red+Green+Blue) = 144+100+205=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #9064CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9064CD is #6F9B32. Grayscale: #7C7C7C. Windows color (decimal): -7314227 or 13460624. OLE color: 13460624.

HSL color Cylindrical-coordinate representation of color #9064CD: hue angle of 265.14º degrees, saturation: 0.51, 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 #9064CD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 100 205 -
CMYK 0.30 0.51 0 0.20
HSL 265.14º 0.51% 0.6% -
HSV(B) 265.14º 0.51% 0.8% -
XYZ 27.08 19.45 60.08 -
YUV 125.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 144 100 205 0.30 0.51 0 0.20 265.14 0.51 0.6
Hex 90 64 CD 1E 33 0 14 109 33 3C
Octal 220 144 315 36 63 0 24 411 63 74
Binary 10010000 1100100 11001101 11110 110011 0 10100 100001001 110011 111100

Color Harmonies of #9064CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9064CD

Black with #9064CD

Text Example


Text Example

White with #9064CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9064CD; }

 p { color: rgb(144,100,205); }

 H1.HeaderClassName
 {
   color: #9064CD;
 }
 .AnyTagClassName
 {
   color: #9064CD;
 }
</style>

background-color css

<style>
 a { background-color: #9064CD; }

 a { background-color: rgb(144,100,205); }

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

border-color css

<style>
 span { border-color: #9064CD; }

 span { border-color: rgb(144,100,205); }

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