#942BB9

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

Shades of Dark Orchid #942BB9

Tints of Dark Orchid #942BB9

Color information

#942BB9 (or 0x942BB9) is unknown color: approx Dark Orchid. HEX triplet: 94, 2B and B9. RGB value is (148,43,185). Sum of RGB (Red+Green+Blue) = 148+43+185=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #942BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942BB9 is #6BD446. Grayscale: #5A5A5A. Windows color (decimal): -7066695 or 12135316. OLE color: 12135316.

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

Color convert

RGB14843185-
CMYK0.200.7700.27
HSL284.37º62.28%44.71%-
HSV(B)284.37º76.76%72.55%-
XYZ21.8311.5346.97-
YUV90.58181.29168.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 43 (17.19% from 255) = 11.44%
BLUE value IS 185 (72.66% from 255) = 49.20%
R=39.36%
G=11.44%
B=49.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148431850.200.7700.27284.3762.2844.71
Hex942BB9144D01B11c3e2d
Octal22453271241150334347655
Binary1001010010101110111001101001001101011011100011100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,43,185); }

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

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

 a { background-color: rgb(148,43,185); }

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

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

 span { border-color: rgb(148,43,185); }

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