#941CAC

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

Shades of Dark Orchid #941CAC

Tints of Dark Orchid #941CAC

Color information

#941CAC (or 0x941CAC) is unknown color: approx Dark Orchid. HEX triplet: 94, 1C and AC. RGB value is (148,28,172). Sum of RGB (Red+Green+Blue) = 148+28+172=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #941CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941CAC is #6BE353. Grayscale: #4F4F4F. Windows color (decimal): -7070548 or 11279508. OLE color: 11279508.

HSL color Cylindrical-coordinate representation of color #941CAC: hue angle of 290º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941CAC is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14828172-
CMYK0.140.8400.33
HSL290º72%39.22%-
HSV(B)290º83.72%67.45%-
XYZ20.0710.139.92-
YUV80.3179.76176.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 28 (11.33% from 255) = 8.05%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=42.53%
G=8.05%
B=49.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148281720.140.8400.332907239.22
Hex941CACE540211224827
Octal224342541612404144211047
Binary1001010011100101011001110101010001000011001000101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,28,172); }

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

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

 a { background-color: rgb(148,28,172); }

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

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

 span { border-color: rgb(148,28,172); }

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