#9A37AB

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

Shades of Dark Orchid #9A37AB

Tints of Dark Orchid #9A37AB

Color information

#9A37AB (or 0x9A37AB) is unknown color: approx Dark Orchid. HEX triplet: 9A, 37 and AB. RGB value is (154,55,171). Sum of RGB (Red+Green+Blue) = 154+55+171=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A37AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A37AB is #65C854. Grayscale: #616161. Windows color (decimal): -6670421 or 11220890. OLE color: 11220890.

HSL color Cylindrical-coordinate representation of color #9A37AB: hue angle of 291.21º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A37AB is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15455171-
CMYK0.100.6800.33
HSL291.21º51.33%44.31%-
HSV(B)291.21º67.84%67.06%-
XYZ22.0412.5439.79-
YUV97.82169.3168.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.53%
GREEN value IS 55 (21.88% from 255) = 14.47%
BLUE value IS 171 (67.19% from 255) = 45%
R=40.53%
G=14.47%
B=45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154551710.100.6800.33291.2151.3344.31
Hex9A37ABA44021123332c
Octal23267253121040414436354
Binary1001101011011110101011101010001000100001100100011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A37AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,55,171); }

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

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

 a { background-color: rgb(154,55,171); }

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

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

 span { border-color: rgb(154,55,171); }

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