Html Css Color HEX #9066CA Amethyst

📋 copy color: '#9066CA'

red 144 ◦ green 102 ◦ blue 202

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

Shades of Amethyst #9066CA

Tints of Amethyst #9066CA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.77%

 BLUE value IS 202 (79.3% from 255) = 45.09%

R = 32.14%
G = 22.77%
B = 45.09%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9066CA (or 0x9066CA) is known color: Amethyst. HEX triplet: 90, 66 and CA. RGB value is (144,102,202). Sum of RGB (Red+Green+Blue) = 144+102+202=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #9066CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066CA is #6F9935. Grayscale: #7D7D7D. Windows color (decimal): -7313718 or 13264528. OLE color: 13264528.

HSL color Cylindrical-coordinate representation of color #9066CA: hue angle of 265.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9066CA is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 102 202 -
CMYK 0.29 0.50 0 0.21
HSL 265.2º 0.49% 0.6% -
HSV(B) 265.2º 0.5% 0.79% -
XYZ 26.91 19.7 58.26 -
YUV 125.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 144 102 202 0.29 0.50 0 0.21 265.2 0.49 0.6
Hex 90 66 CA 1D 32 0 15 109 31 3C
Octal 220 146 312 35 62 0 25 411 61 74
Binary 10010000 1100110 11001010 11101 110010 0 10101 100001001 110001 111100

Color Harmonies of #9066CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9066CA

Black with #9066CA

Text Example


Text Example

White with #9066CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9066CA; }

 p { color: rgb(144,102,202); }

 H1.HeaderClassName
 {
   color: #9066CA;
 }
 .AnyTagClassName
 {
   color: #9066CA;
 }
</style>

background-color css

<style>
 a { background-color: #9066CA; }

 a { background-color: rgb(144,102,202); }

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

border-color css

<style>
 span { border-color: #9066CA; }

 span { border-color: rgb(144,102,202); }

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