#942FCB

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

Shades of Dark Orchid #942FCB

Tints of Dark Orchid #942FCB

Color information

#942FCB (or 0x942FCB) is unknown color: approx Dark Orchid. HEX triplet: 94, 2F and CB. RGB value is (148,47,203). Sum of RGB (Red+Green+Blue) = 148+47+203=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #942FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942FCB is #6BD034. Grayscale: #5E5E5E. Windows color (decimal): -7065653 or 13315988. OLE color: 13315988.

HSL color Cylindrical-coordinate representation of color #942FCB: hue angle of 278.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942FCB is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14847203-
CMYK0.270.7700.20
HSL278.85º62.4%49.02%-
HSV(B)278.85º76.85%79.61%-
XYZ24.0112.6457.67-
YUV94.98188.96165.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 47 (18.75% from 255) = 11.81%
BLUE value IS 203 (79.69% from 255) = 51.01%
R=37.19%
G=11.81%
B=51.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148472030.270.7700.20278.8562.449.02
Hex942FCB1B4D0141173e31
Octal22457313331150244277661
Binary1001010010111111001011110111001101010100100010111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,47,203); }

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

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

 a { background-color: rgb(148,47,203); }

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

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

 span { border-color: rgb(148,47,203); }

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