#9A41C1

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

Shades of Dark Orchid #9A41C1

Tints of Dark Orchid #9A41C1

Color information

#9A41C1 (or 0x9A41C1) is unknown color: approx Dark Orchid. HEX triplet: 9A, 41 and C1. RGB value is (154,65,193). Sum of RGB (Red+Green+Blue) = 154+65+193=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A41C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A41C1 is #65BE3E. Grayscale: #696969. Windows color (decimal): -6667839 or 12665242. OLE color: 12665242.

HSL color Cylindrical-coordinate representation of color #9A41C1: hue angle of 281.72º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A41C1 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15465193-
CMYK0.200.6600.24
HSL281.72º50.79%50.59%-
HSV(B)281.72º66.32%75.69%-
XYZ24.8414.551.94-
YUV106.2176.99162.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.38%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 193 (75.78% from 255) = 46.84%
R=37.38%
G=15.78%
B=46.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154651930.200.6600.24281.7250.7950.59
Hex9A41C1144201811a3333
Octal232101301241020304326363
Binary10011010100000111000001101001000010011000100011010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A41C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,65,193); }

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

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

 a { background-color: rgb(154,65,193); }

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

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

 span { border-color: rgb(154,65,193); }

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