#9A23BA

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

Shades of Dark Orchid #9A23BA

Tints of Dark Orchid #9A23BA

Color information

#9A23BA (or 0x9A23BA) is unknown color: approx Dark Orchid. HEX triplet: 9A, 23 and BA. RGB value is (154,35,186). Sum of RGB (Red+Green+Blue) = 154+35+186=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A23BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A23BA is #65DC45. Grayscale: #575757. Windows color (decimal): -6675526 or 12198810. OLE color: 12198810.

HSL color Cylindrical-coordinate representation of color #9A23BA: hue angle of 287.28º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A23BA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15435186-
CMYK0.170.8100.27
HSL287.28º68.33%43.33%-
HSV(B)287.28º81.18%72.94%-
XYZ22.7911.6247.5-
YUV87.79183.42175.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.07%
GREEN value IS 35 (14.06% from 255) = 9.33%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=41.07%
G=9.33%
B=49.6%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154351860.170.8100.27287.2868.3343.33
Hex9A23BA115101B11f442b
Octal232432722112103343710453
Binary10011010100011101110101000110100010110111000111111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A23BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,35,186); }

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

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

 a { background-color: rgb(154,35,186); }

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

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

 span { border-color: rgb(154,35,186); }

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