#942EC3

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

Shades of Dark Orchid #942EC3

Tints of Dark Orchid #942EC3

Color information

#942EC3 (or 0x942EC3) is unknown color: approx Dark Orchid. HEX triplet: 94, 2E and C3. RGB value is (148,46,195). Sum of RGB (Red+Green+Blue) = 148+46+195=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #942EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942EC3 is #6BD13C. Grayscale: #5C5C5C. Windows color (decimal): -7065917 or 12791444. OLE color: 12791444.

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

Color convert

RGB14846195-
CMYK0.240.7600.24
HSL281.07º61.83%47.25%-
HSV(B)281.07º76.41%76.47%-
XYZ23.0412.1952.77-
YUV93.48185.29166.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 46 (18.36% from 255) = 11.83%
BLUE value IS 195 (76.56% from 255) = 50.13%
R=38.05%
G=11.83%
B=50.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148461950.240.7600.24281.0761.8347.25
Hex942EC3184C0181193e2f
Octal22456303301140304317657
Binary1001010010111011000011110001001100011000100011001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,46,195); }

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

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

 a { background-color: rgb(148,46,195); }

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

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

 span { border-color: rgb(148,46,195); }

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