#941B85

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

Shades of Dark Purple #941B85

Tints of Dark Purple #941B85

Color information

#941B85 (or 0x941B85) is unknown color: approx Dark Purple. HEX triplet: 94, 1B and 85. RGB value is (148,27,133). Sum of RGB (Red+Green+Blue) = 148+27+133=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #941B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941B85 is #6BE47A. Grayscale: #4A4A4A. Windows color (decimal): -7070843 or 8723348. OLE color: 8723348.

HSL color Cylindrical-coordinate representation of color #941B85: hue angle of 307.44º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941B85 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14827133-
CMYK00.820.100.42
HSL307.44º69.14%34.31%-
HSV(B)307.44º81.76%58.04%-
XYZ16.848.7723-
YUV75.26160.59179.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 27 (10.94% from 255) = 8.77%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=48.05%
G=8.77%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482713300.820.100.42307.4469.1434.31
Hex941B85052A2A1334522
Octal224332050122125246310542
Binary1001010011011100001010101001010101010101001100111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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