#9A2FB3

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

Shades of Dark Orchid #9A2FB3

Tints of Dark Orchid #9A2FB3

Color information

#9A2FB3 (or 0x9A2FB3) is unknown color: approx Dark Orchid. HEX triplet: 9A, 2F and B3. RGB value is (154,47,179). Sum of RGB (Red+Green+Blue) = 154+47+179=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A2FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2FB3 is #65D04C. Grayscale: #5D5D5D. Windows color (decimal): -6672461 or 11743130. OLE color: 11743130.

HSL color Cylindrical-coordinate representation of color #9A2FB3: hue angle of 288.64º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A2FB3 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15447179-
CMYK0.140.7400.30
HSL288.64º58.41%44.31%-
HSV(B)288.64º73.74%70.2%-
XYZ22.4812.1643.81-
YUV94.04175.95170.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.53%
GREEN value IS 47 (18.75% from 255) = 12.37%
BLUE value IS 179 (70.31% from 255) = 47.11%
R=40.53%
G=12.37%
B=47.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal154471790.140.7400.30288.6458.4144.31
Hex9A2FB3E4A01E1213a2c
Octal23257263161120364417254
Binary100110101011111011001111101001010011110100100001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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