Html Css Color HEX #9063CF Amethyst

📋 copy color: '#9063CF'

red 144 ◦ green 99 ◦ blue 207

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

Shades of Amethyst #9063CF

Tints of Amethyst #9063CF

RGB

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

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

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

R = 32%
G = 22%
B = 46%

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

#9063CF (or 0x9063CF) is known color: Amethyst. HEX triplet: 90, 63 and CF. RGB value is (144,99,207). Sum of RGB (Red+Green+Blue) = 144+99+207=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #9063CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9063CF is #6F9C30. Grayscale: #7C7C7C. Windows color (decimal): -7314481 or 13591440. OLE color: 13591440.

HSL color Cylindrical-coordinate representation of color #9063CF: hue angle of 265º 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 #9063CF is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 99 207 -
CMYK 0.30 0.52 0 0.19
HSL 265º 0.53% 0.6% -
HSV(B) 265º 0.52% 0.81% -
XYZ 27.23 19.36 61.33 -
YUV 124.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 144 99 207 0.30 0.52 0 0.19 265 0.53 0.6
Hex 90 63 CF 1E 34 0 13 109 35 3C
Octal 220 143 317 36 64 0 23 411 65 74
Binary 10010000 1100011 11001111 11110 110100 0 10011 100001001 110101 111100

Color Harmonies of #9063CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9063CF

Black with #9063CF

Text Example


Text Example

White with #9063CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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