#9D2FAA

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

Shades of Dark Orchid #9D2FAA

Tints of Dark Orchid #9D2FAA

Color information

#9D2FAA (or 0x9D2FAA) is unknown color: approx Dark Orchid. HEX triplet: 9D, 2F and AA. RGB value is (157,47,170). Sum of RGB (Red+Green+Blue) = 157+47+170=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D2FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2FAA is #62D055. Grayscale: #5D5D5D. Windows color (decimal): -6475862 or 11153309. OLE color: 11153309.

HSL color Cylindrical-coordinate representation of color #9D2FAA: hue angle of 293.66º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2FAA is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15747170-
CMYK0.080.7200.33
HSL293.66º56.68%42.55%-
HSV(B)293.66º72.35%66.67%-
XYZ22.1812.139.2-
YUV93.91170.94173-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.98%
GREEN value IS 47 (18.75% from 255) = 12.57%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=41.98%
G=12.57%
B=45.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157471700.080.7200.33293.6656.6842.55
Hex9D2FAA848021126392b
Octal23557252101100414467153
Binary1001110110111110101010100010010000100001100100110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,47,170); }

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

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

 a { background-color: rgb(157,47,170); }

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

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

 span { border-color: rgb(157,47,170); }

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