#942DAC

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

Shades of Dark Orchid #942DAC

Tints of Dark Orchid #942DAC

Color information

#942DAC (or 0x942DAC) is unknown color: approx Dark Orchid. HEX triplet: 94, 2D and AC. RGB value is (148,45,172). Sum of RGB (Red+Green+Blue) = 148+45+172=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #942DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942DAC is #6BD253. Grayscale: #595959. Windows color (decimal): -7066196 or 11283860. OLE color: 11283860.

HSL color Cylindrical-coordinate representation of color #942DAC: hue angle of 288.66º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942DAC is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14845172-
CMYK0.140.7400.33
HSL288.66º58.53%42.55%-
HSV(B)288.66º73.84%67.45%-
XYZ20.611.1540.1-
YUV90.28174.12169.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 45 (17.97% from 255) = 12.33%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=40.55%
G=12.33%
B=47.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148451720.140.7400.33288.6658.5342.55
Hex942DACE4A0211213b2b
Octal22455254161120414417353
Binary1001010010110110101100111010010100100001100100001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942DAC; }

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

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

<style>
 a { background-color: #942DAC; }

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

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

<style>
 span { border-color: #942DAC; }

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

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