Html Css Color HEX #9063CC Amethyst

📋 copy color: '#9063CC'

red 144 ◦ green 99 ◦ blue 204

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

Shades of Amethyst #9063CC

Tints of Amethyst #9063CC

RGB

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

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

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

R = 32.21%
G = 22.15%
B = 45.64%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9063CC (or 0x9063CC) is known color: Amethyst. HEX triplet: 90, 63 and CC. RGB value is (144,99,204). Sum of RGB (Red+Green+Blue) = 144+99+204=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 99 (39.06% from 255 or 22.15% 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 #9063CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9063CC is #6F9C33. Grayscale: #7C7C7C. Windows color (decimal): -7314484 or 13394832. OLE color: 13394832.

HSL color Cylindrical-coordinate representation of color #9063CC: hue angle of 265.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9063CC is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 99 204 -
CMYK 0.29 0.51 0 0.2
HSL 265.71º 0.51% 0.59% -
HSV(B) 265.71º 0.51% 0.8% -
XYZ 26.86 19.21 59.42 -
YUV 124.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 144 99 204 0.29 0.51 0 0.2 265.71 0.51 0.59
Hex 90 63 CC 1D 33 0 14 10A 33 3B
Octal 220 143 314 35 63 0 24 412 63 73
Binary 10010000 1100011 11001100 11101 110011 0 10100 100001010 110011 111011

Color Harmonies of #9063CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9063CC

Black with #9063CC

Text Example


Text Example

White with #9063CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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