#931bd1

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

Shades of Dark Orchid #931BD1

Tints of Dark Orchid #931BD1

Color information

#931BD1 (or 0x931BD1) is unknown color: approx Dark Orchid. HEX triplet: 93, 1B and D1. RGB value is (147,27,209). Sum of RGB (Red+Green+Blue) = 147+27+209=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 209 (82.03% from 255 or 54.57% from 383); Max value from RGB is 209 - color contains mainly: blue. Hex color #931BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931BD1 is #6CE42E. Grayscale: #535353. Windows color (decimal): -7136303 or 13704083. OLE color: 13704083.

HSL color Cylindrical-coordinate representation of color #931BD1: hue angle of 279.56º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931BD1 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14727209-
CMYK0.300.8700.18
HSL279.56º77.12%46.27%-
HSV(B)279.56º87.08%81.96%-
XYZ23.9311.5961.3-
YUV83.63198.76173.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 27 (10.94% from 255) = 7.05%
BLUE value IS 209 (82.03% from 255) = 54.57%
R=38.38%
G=7.05%
B=54.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal147272090.300.8700.18279.5677.1246.27
Hex931BD11E570121184d2e
Octal223333213612702243011556
Binary1001001111011110100011111010101110100101000110001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931bd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931bd1; }

 p { color: rgb(147,27,209); }

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

<style>
 a { background-color: #931bd1; }

 a { background-color: rgb(147,27,209); }

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

<style>
 span { border-color: #931bd1; }

 span { border-color: rgb(147,27,209); }

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