#942CC2

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

Shades of Dark Orchid #942CC2

Tints of Dark Orchid #942CC2

Color information

#942CC2 (or 0x942CC2) is unknown color: approx Dark Orchid. HEX triplet: 94, 2C and C2. RGB value is (148,44,194). Sum of RGB (Red+Green+Blue) = 148+44+194=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #942CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942CC2 is #6BD33D. Grayscale: #5B5B5B. Windows color (decimal): -7066430 or 12725396. OLE color: 12725396.

HSL color Cylindrical-coordinate representation of color #942CC2: hue angle of 281.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942CC2 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14844194-
CMYK0.240.7700.24
HSL281.6º63.03%46.67%-
HSV(B)281.6º77.32%76.08%-
XYZ22.8511.9952.15-
YUV92.2185.46167.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.34%
GREEN value IS 44 (17.58% from 255) = 11.40%
BLUE value IS 194 (76.17% from 255) = 50.26%
R=38.34%
G=11.40%
B=50.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148441940.240.7700.24281.663.0346.67
Hex942CC2184D01811a3f2f
Octal22454302301150304327757
Binary1001010010110011000010110001001101011000100011010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,44,194); }

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

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

 a { background-color: rgb(148,44,194); }

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

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

 span { border-color: rgb(148,44,194); }

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