#9D31E0

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

Shades of Dark Orchid #9D31E0

Tints of Dark Orchid #9D31E0

Color information

#9D31E0 (or 0x9D31E0) is unknown color: approx Dark Orchid. HEX triplet: 9D, 31 and E0. RGB value is (157,49,224). Sum of RGB (Red+Green+Blue) = 157+49+224=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #9D31E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D31E0 is #62CE1F. Grayscale: #646464. Windows color (decimal): -6475296 or 14692765. OLE color: 14692765.

HSL color Cylindrical-coordinate representation of color #9D31E0: hue angle of 277.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D31E0 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15749224-
CMYK0.300.7800.12
HSL277.03º73.84%53.53%-
HSV(B)277.03º78.12%87.84%-
XYZ28.4614.7571.87-
YUV101.24197.28167.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.51%
GREEN value IS 49 (19.53% from 255) = 11.40%
BLUE value IS 224 (87.89% from 255) = 52.09%
R=36.51%
G=11.40%
B=52.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal157492240.300.7800.12277.0373.8453.53
Hex9D31E01E4E0C1154a36
Octal235613403611601442511266
Binary1001110111000111100000111101001110011001000101011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D31E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,49,224); }

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

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

 a { background-color: rgb(157,49,224); }

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

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

 span { border-color: rgb(157,49,224); }

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