#9068CD

Color #9068CD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #9068CD

Tints of Amethyst #9068CD

Color information

#9068CD (or 0x9068CD) is unknown color: approx Amethyst. HEX triplet: 90, 68 and CD. RGB value is (144,104,205). Sum of RGB (Red+Green+Blue) = 144+104+205=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #9068CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9068CD is #6F9732. Grayscale: #7F7F7F. Windows color (decimal): -7313203 or 13461648. OLE color: 13461648.

HSL color Cylindrical-coordinate representation of color #9068CD: hue angle of 263.76º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9068CD is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144104205-
CMYK0.300.4900.20
HSL263.76º50.25%60.59%-
HSV(B)263.76º49.27%80.39%-
XYZ27.4720.2460.22-
YUV127.47171.75139.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 104 (41.02% from 255) = 22.96%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=31.79%
G=22.96%
B=45.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441042050.300.4900.20263.7650.2560.59
Hex9068CD1E31014108323d
Octal22015031536610244106275
Binary1001000011010001100110111110110001010100100001000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9068CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9068CD; }

 p { color: rgb(144,104,205); }

 H1.HeaderClassName
 {
   color: #9068CD;
 }
 .AnyTagClassName
 {
   color: #9068CD;
 }
</style>
background-color css

<style>
 a { background-color: #9068CD; }

 a { background-color: rgb(144,104,205); }

 div.DivClassName
 {
   background-color: #9068CD;
 }
 .BgClassName
 {
   background-color: #9068CD;
 }
</style>
border-color css

<style>
 span { border-color: #9068CD; }

 span { border-color: rgb(144,104,205); }

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