#9A31B4

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

Shades of Dark Orchid #9A31B4

Tints of Dark Orchid #9A31B4

Color information

#9A31B4 (or 0x9A31B4) is unknown color: approx Dark Orchid. HEX triplet: 9A, 31 and B4. RGB value is (154,49,180). Sum of RGB (Red+Green+Blue) = 154+49+180=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #9A31B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A31B4 is #65CE4B. Grayscale: #5E5E5E. Windows color (decimal): -6671948 or 11809178. OLE color: 11809178.

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

Color convert

RGB15449180-
CMYK0.140.7300.29
HSL288.09º57.21%44.9%-
HSV(B)288.09º72.78%70.59%-
XYZ22.6612.3644.37-
YUV95.33175.79169.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.21%
GREEN value IS 49 (19.53% from 255) = 12.79%
BLUE value IS 180 (70.70% from 255) = 47.00%
R=40.21%
G=12.79%
B=47.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154491800.140.7300.29288.0957.2144.9
Hex9A31B4E4901D120392d
Octal23261264161110354407155
Binary100110101100011011010011101001001011101100100000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A31B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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