#9A2FBD

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

Shades of Dark Orchid #9A2FBD

Tints of Dark Orchid #9A2FBD

Color information

#9A2FBD (or 0x9A2FBD) is unknown color: approx Dark Orchid. HEX triplet: 9A, 2F and BD. RGB value is (154,47,189). Sum of RGB (Red+Green+Blue) = 154+47+189=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A2FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2FBD is #65D042. Grayscale: #5E5E5E. Windows color (decimal): -6672451 or 12398490. OLE color: 12398490.

HSL color Cylindrical-coordinate representation of color #9A2FBD: hue angle of 285.21º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A2FBD is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15447189-
CMYK0.190.7500.26
HSL285.21º60.17%46.27%-
HSV(B)285.21º75.13%74.12%-
XYZ23.5312.5849.33-
YUV95.18180.95169.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.49%
GREEN value IS 47 (18.75% from 255) = 12.05%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=39.49%
G=12.05%
B=48.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154471890.190.7500.26285.2160.1746.27
Hex9A2FBD134B01A11d3c2e
Octal23257275231130324357456
Binary1001101010111110111101100111001011011010100011101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,47,189); }

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

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

 a { background-color: rgb(154,47,189); }

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

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

 span { border-color: rgb(154,47,189); }

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