Html Css Color HEX #9064CF Amethyst

📋 copy color: '#9064CF'

red 144 ◦ green 100 ◦ blue 207

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

Shades of Amethyst #9064CF

Tints of Amethyst #9064CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 31.93%
G = 22.17%
B = 45.9%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9064CF (or 0x9064CF) is known color: Amethyst. HEX triplet: 90, 64 and CF. RGB value is (144,100,207). Sum of RGB (Red+Green+Blue) = 144+100+207=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #9064CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9064CF is #6F9B30. Grayscale: #7C7C7C. Windows color (decimal): -7314225 or 13591696. OLE color: 13591696.

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

Color convert

RGB 144 100 207 -
CMYK 0.30 0.52 0 0.19
HSL 264.67º 0.53% 0.6% -
HSV(B) 264.67º 0.52% 0.81% -
XYZ 27.32 19.55 61.36 -
YUV 125.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 144 100 207 0.30 0.52 0 0.19 264.67 0.53 0.6
Hex 90 64 CF 1E 34 0 13 109 35 3C
Octal 220 144 317 36 64 0 23 411 65 74
Binary 10010000 1100100 11001111 11110 110100 0 10011 100001001 110101 111100

Color Harmonies of #9064CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9064CF

Black with #9064CF

Text Example


Text Example

White with #9064CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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