#931bba

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

Shades of Dark Orchid #931BBA

Tints of Dark Orchid #931BBA

Color information

#931BBA (or 0x931BBA) is unknown color: approx Dark Orchid. HEX triplet: 93, 1B and BA. RGB value is (147,27,186). Sum of RGB (Red+Green+Blue) = 147+27+186=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #931BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931BBA is #6CE445. Grayscale: #505050. Windows color (decimal): -7136326 or 12196755. OLE color: 12196755.

HSL color Cylindrical-coordinate representation of color #931BBA: hue angle of 285.28º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931BBA is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14727186-
CMYK0.210.8500.27
HSL285.28º74.65%41.76%-
HSV(B)285.28º85.48%72.94%-
XYZ21.2910.5347.37-
YUV81.01187.26175.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 27 (10.94% from 255) = 7.5%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=40.83%
G=7.5%
B=51.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147271860.210.8500.27285.2874.6541.76
Hex931BBA155501B11d4b2a
Octal223332722512503343511352
Binary1001001111011101110101010110101010110111000111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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