#942DCE

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

Shades of Dark Orchid #942DCE

Tints of Dark Orchid #942DCE

Color information

#942DCE (or 0x942DCE) is unknown color: approx Dark Orchid. HEX triplet: 94, 2D and CE. RGB value is (148,45,206). Sum of RGB (Red+Green+Blue) = 148+45+206=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #942DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DCE is #6BD231. Grayscale: #5D5D5D. Windows color (decimal): -7066162 or 13512084. OLE color: 13512084.

HSL color Cylindrical-coordinate representation of color #942DCE: hue angle of 278.39º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942DCE is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14845206-
CMYK0.280.7800.19
HSL278.39º64.14%49.22%-
HSV(B)278.39º78.16%80.78%-
XYZ24.2912.6359.55-
YUV94.15191.12166.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 45 (17.97% from 255) = 11.28%
BLUE value IS 206 (80.86% from 255) = 51.63%
R=37.09%
G=11.28%
B=51.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148452060.280.7800.19278.3964.1449.22
Hex942DCE1C4E0131164031
Octal224553163411602342610061
Binary10010100101101110011101110010011100100111000101101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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