#931EC5

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

Shades of Dark Orchid #931EC5

Tints of Dark Orchid #931EC5

Color information

#931EC5 (or 0x931EC5) is unknown color: approx Dark Orchid. HEX triplet: 93, 1E and C5. RGB value is (147,30,197). Sum of RGB (Red+Green+Blue) = 147+30+197=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #931EC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931EC5 is #6CE13A. Grayscale: #535353. Windows color (decimal): -7135547 or 12918419. OLE color: 12918419.

HSL color Cylindrical-coordinate representation of color #931EC5: hue angle of 282.04º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931EC5 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14730197-
CMYK0.250.8500.23
HSL282.04º73.57%44.51%-
HSV(B)282.04º84.77%77.25%-
XYZ22.5711.1653.79-
YUV84.02191.76172.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 30 (12.11% from 255) = 8.02%
BLUE value IS 197 (77.34% from 255) = 52.67%
R=39.30%
G=8.02%
B=52.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal147301970.250.8500.23282.0473.5744.51
Hex931EC5195501711a4a2d
Octal223363053112502743211255
Binary1001001111110110001011100110101010101111000110101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,30,197); }

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

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

 a { background-color: rgb(147,30,197); }

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

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

 span { border-color: rgb(147,30,197); }

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