Html Css Color HEX #9064CE Amethyst

📋 copy color: '#9064CE'

red 144 ◦ green 100 ◦ blue 206

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

Shades of Amethyst #9064CE

Tints of Amethyst #9064CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 32%
G = 22.22%
B = 45.78%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9064CE (or 0x9064CE) is known color: Amethyst. HEX triplet: 90, 64 and CE. RGB value is (144,100,206). Sum of RGB (Red+Green+Blue) = 144+100+206=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #9064CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9064CE is #6F9B31. Grayscale: #7C7C7C. Windows color (decimal): -7314226 or 13526160. OLE color: 13526160.

HSL color Cylindrical-coordinate representation of color #9064CE: hue angle of 264.91º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9064CE is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 100 206 -
CMYK 0.30 0.51 0 0.19
HSL 264.91º 0.52% 0.6% -
HSV(B) 264.91º 0.51% 0.81% -
XYZ 27.2 19.5 60.72 -
YUV 125.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 144 100 206 0.30 0.51 0 0.19 264.91 0.52 0.6
Hex 90 64 CE 1E 33 0 13 109 34 3C
Octal 220 144 316 36 63 0 23 411 64 74
Binary 10010000 1100100 11001110 11110 110011 0 10011 100001001 110100 111100

Color Harmonies of #9064CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9064CE

Black with #9064CE

Text Example


Text Example

White with #9064CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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