#9A1DBA

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

Shades of Dark Orchid #9A1DBA

Tints of Dark Orchid #9A1DBA

Color information

#9A1DBA (or 0x9A1DBA) is unknown color: approx Dark Orchid. HEX triplet: 9A, 1D and BA. RGB value is (154,29,186). Sum of RGB (Red+Green+Blue) = 154+29+186=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1DBA is #65E245. Grayscale: #535353. Windows color (decimal): -6677062 or 12197274. OLE color: 12197274.

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

Color convert

RGB15429186-
CMYK0.170.8400.27
HSL287.77º73.02%42.16%-
HSV(B)287.77º84.41%72.94%-
XYZ22.6311.2947.44-
YUV84.27185.41177.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.73%
GREEN value IS 29 (11.72% from 255) = 7.86%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=41.73%
G=7.86%
B=50.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154291860.170.8400.27287.7773.0242.16
Hex9A1DBA115401B120492a
Octal232352722112403344011152
Binary1001101011101101110101000110101000110111001000001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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