#941bbf

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

Shades of Dark Orchid #941BBF

Tints of Dark Orchid #941BBF

Color information

#941BBF (or 0x941BBF) is unknown color: approx Dark Orchid. HEX triplet: 94, 1B and BF. RGB value is (148,27,191). Sum of RGB (Red+Green+Blue) = 148+27+191=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #941BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941BBF is #6BE440. Grayscale: #515151. Windows color (decimal): -7070785 or 12524436. OLE color: 12524436.

HSL color Cylindrical-coordinate representation of color #941BBF: hue angle of 284.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941BBF is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14827191-
CMYK0.230.8600.25
HSL284.27º75.23%42.75%-
HSV(B)284.27º85.86%74.9%-
XYZ22.0110.8450.22-
YUV81.88189.59175.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 27 (10.94% from 255) = 7.38%
BLUE value IS 191 (75% from 255) = 52.19%
R=40.44%
G=7.38%
B=52.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148271910.230.8600.25284.2775.2342.75
Hex941BBF175601911c4b2b
Octal224332772712603143411353
Binary1001010011011101111111011110101100110011000111001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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