Html Css Color HEX #9066CB Amethyst

📋 copy color: '#9066CB'

red 144 ◦ green 102 ◦ blue 203

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

Shades of Amethyst #9066CB

Tints of Amethyst #9066CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 32.07%
G = 22.72%
B = 45.21%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9066CB (or 0x9066CB) is known color: Amethyst. HEX triplet: 90, 66 and CB. RGB value is (144,102,203). Sum of RGB (Red+Green+Blue) = 144+102+203=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #9066CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066CB is #6F9934. Grayscale: #7D7D7D. Windows color (decimal): -7313717 or 13330064. OLE color: 13330064.

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

Color convert

RGB 144 102 203 -
CMYK 0.29 0.50 0 0.20
HSL 264.95º 0.49% 0.6% -
HSV(B) 264.95º 0.5% 0.8% -
XYZ 27.03 19.74 58.89 -
YUV 126.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 144 102 203 0.29 0.50 0 0.20 264.95 0.49 0.6
Hex 90 66 CB 1D 32 0 14 109 31 3C
Octal 220 146 313 35 62 0 24 411 61 74
Binary 10010000 1100110 11001011 11101 110010 0 10100 100001001 110001 111100

Color Harmonies of #9066CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9066CB

Black with #9066CB

Text Example


Text Example

White with #9066CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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