#941BBA

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

Shades of Dark Orchid #941BBA

Tints of Dark Orchid #941BBA

Color information

#941BBA (or 0x941BBA) is unknown color: approx Dark Orchid. HEX triplet: 94, 1B and BA. RGB value is (148,27,186). Sum of RGB (Red+Green+Blue) = 148+27+186=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #941BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941BBA is #6BE445. Grayscale: #505050. Windows color (decimal): -7070790 or 12196756. OLE color: 12196756.

HSL color Cylindrical-coordinate representation of color #941BBA: hue angle of 285.66º 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 #941BBA is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14827186-
CMYK0.200.8500.27
HSL285.66º74.65%41.76%-
HSV(B)285.66º85.48%72.94%-
XYZ21.4710.6247.37-
YUV81.3187.09175.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 27 (10.94% from 255) = 7.48%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=41.00%
G=7.48%
B=51.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148271860.200.8500.27285.6674.6541.76
Hex941BBA145501B11e4b2a
Octal224332722412503343611352
Binary1001010011011101110101010010101010110111000111101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941BBA; }

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

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

<style>
 a { background-color: #941BBA; }

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

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

<style>
 span { border-color: #941BBA; }

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

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