#9A23AF

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

Shades of Dark Orchid #9A23AF

Tints of Dark Orchid #9A23AF

Color information

#9A23AF (or 0x9A23AF) is unknown color: approx Dark Orchid. HEX triplet: 9A, 23 and AF. RGB value is (154,35,175). Sum of RGB (Red+Green+Blue) = 154+35+175=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A23AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A23AF is #65DC50. Grayscale: #565656. Windows color (decimal): -6675537 or 11477914. OLE color: 11477914.

HSL color Cylindrical-coordinate representation of color #9A23AF: hue angle of 291º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A23AF is Cyan = 0.12, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15435175-
CMYK0.120.800.31
HSL291º66.67%41.18%-
HSV(B)291º80%68.63%-
XYZ21.6711.1741.57-
YUV86.54177.92176.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.31%
GREEN value IS 35 (14.06% from 255) = 9.62%
BLUE value IS 175 (68.75% from 255) = 48.08%
R=42.31%
G=9.62%
B=48.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154351750.120.800.3129166.6741.18
Hex9A23AFC5001F1234329
Octal232432571412003744310351
Binary1001101010001110101111110010100000111111001000111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A23AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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