#9E67CB

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

Shades of Amethyst #9E67CB

Tints of Amethyst #9E67CB

Color information

#9E67CB (or 0x9E67CB) is unknown color: approx Amethyst. HEX triplet: 9E, 67 and CB. RGB value is (158,103,203). Sum of RGB (Red+Green+Blue) = 158+103+203=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E67CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E67CB is #619834. Grayscale: #828282. Windows color (decimal): -6395957 or 13330334. OLE color: 13330334.

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

Color convert

RGB158103203-
CMYK0.220.4900.20
HSL273º49.02%60%-
HSV(B)273º49.26%79.61%-
XYZ29.7321.2859.04-
YUV130.84168.72147.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.05%
GREEN value IS 103 (40.62% from 255) = 22.20%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=34.05%
G=22.20%
B=43.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581032030.220.4900.2027349.0260
Hex9E67CB1631014111313c
Octal23614731326610244216174
Binary1001111011001111100101110110110001010100100010001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E67CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E67CB; }

 p { color: rgb(158,103,203); }

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

<style>
 a { background-color: #9E67CB; }

 a { background-color: rgb(158,103,203); }

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

<style>
 span { border-color: #9E67CB; }

 span { border-color: rgb(158,103,203); }

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