#9A1CC1

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

Shades of Dark Orchid #9A1CC1

Tints of Dark Orchid #9A1CC1

Color information

#9A1CC1 (or 0x9A1CC1) is unknown color: approx Dark Orchid. HEX triplet: 9A, 1C and C1. RGB value is (154,28,193). Sum of RGB (Red+Green+Blue) = 154+28+193=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A1CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1CC1 is #65E33E. Grayscale: #535353. Windows color (decimal): -6677311 or 12655770. OLE color: 12655770.

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

Color convert

RGB15428193-
CMYK0.200.8500.24
HSL285.82º74.66%43.33%-
HSV(B)285.82º85.49%75.69%-
XYZ23.3711.5551.45-
YUV84.48189.24177.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.07%
GREEN value IS 28 (11.33% from 255) = 7.47%
BLUE value IS 193 (75.78% from 255) = 51.47%
R=41.07%
G=7.47%
B=51.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154281930.200.8500.24285.8274.6643.33
Hex9A1CC1145501811e4b2b
Octal232343012412503043611353
Binary1001101011100110000011010010101010110001000111101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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