#9A2EB4

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

Shades of Dark Orchid #9A2EB4

Tints of Dark Orchid #9A2EB4

Color information

#9A2EB4 (or 0x9A2EB4) is unknown color: approx Dark Orchid. HEX triplet: 9A, 2E and B4. RGB value is (154,46,180). Sum of RGB (Red+Green+Blue) = 154+46+180=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #9A2EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2EB4 is #65D14B. Grayscale: #5D5D5D. Windows color (decimal): -6672716 or 11808410. OLE color: 11808410.

HSL color Cylindrical-coordinate representation of color #9A2EB4: hue angle of 288.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A2EB4 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15446180-
CMYK0.140.7400.29
HSL288.36º59.29%44.31%-
HSV(B)288.36º74.44%70.59%-
XYZ22.5412.1244.33-
YUV93.57176.78171.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.53%
GREEN value IS 46 (18.36% from 255) = 12.11%
BLUE value IS 180 (70.70% from 255) = 47.37%
R=40.53%
G=12.11%
B=47.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154461800.140.7400.29288.3659.2944.31
Hex9A2EB4E4A01D1203b2c
Octal23256264161120354407354
Binary100110101011101011010011101001010011101100100000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,46,180); }

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

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

 a { background-color: rgb(154,46,180); }

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

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

 span { border-color: rgb(154,46,180); }

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