#9D2FB1

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

Shades of Dark Orchid #9D2FB1

Tints of Dark Orchid #9D2FB1

Color information

#9D2FB1 (or 0x9D2FB1) is unknown color: approx Dark Orchid. HEX triplet: 9D, 2F and B1. RGB value is (157,47,177). Sum of RGB (Red+Green+Blue) = 157+47+177=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #9D2FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2FB1 is #62D04E. Grayscale: #5E5E5E. Windows color (decimal): -6475855 or 11612061. OLE color: 11612061.

HSL color Cylindrical-coordinate representation of color #9D2FB1: hue angle of 290.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2FB1 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15747177-
CMYK0.110.7300.31
HSL290.77º58.04%43.92%-
HSV(B)290.77º73.45%69.41%-
XYZ22.8612.3842.78-
YUV94.71174.44172.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 47 (18.75% from 255) = 12.34%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=41.21%
G=12.34%
B=46.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal157471770.110.7300.31290.7758.0443.92
Hex9D2FB1B4901F1233a2c
Octal23557261131110374437254
Binary100111011011111011000110111001001011111100100011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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