#941DBA

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

Shades of Dark Orchid #941DBA

Tints of Dark Orchid #941DBA

Color information

#941DBA (or 0x941DBA) is unknown color: approx Dark Orchid. HEX triplet: 94, 1D and BA. RGB value is (148,29,186). Sum of RGB (Red+Green+Blue) = 148+29+186=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #941DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941DBA is #6BE245. Grayscale: #515151. Windows color (decimal): -7070278 or 12197268. OLE color: 12197268.

HSL color Cylindrical-coordinate representation of color #941DBA: hue angle of 285.48º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941DBA is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14829186-
CMYK0.200.8400.27
HSL285.48º73.02%42.16%-
HSV(B)285.48º84.41%72.94%-
XYZ21.5210.7247.39-
YUV82.48186.42174.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 29 (11.72% from 255) = 7.99%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=40.77%
G=7.99%
B=51.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148291860.200.8400.27285.4873.0242.16
Hex941DBA145401B11d492a
Octal224352722412403343511152
Binary1001010011101101110101010010101000110111000111011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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