#942BC0

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

Shades of Dark Orchid #942BC0

Tints of Dark Orchid #942BC0

Color information

#942BC0 (or 0x942BC0) is unknown color: approx Dark Orchid. HEX triplet: 94, 2B and C0. RGB value is (148,43,192). Sum of RGB (Red+Green+Blue) = 148+43+192=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #942BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942BC0 is #6BD43F. Grayscale: #5A5A5A. Windows color (decimal): -7066688 or 12594068. OLE color: 12594068.

HSL color Cylindrical-coordinate representation of color #942BC0: hue angle of 282.28º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942BC0 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14843192-
CMYK0.230.7800.25
HSL282.28º63.4%46.08%-
HSV(B)282.28º77.6%75.29%-
XYZ22.5911.8350.96-
YUV91.38184.79168.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 43 (17.19% from 255) = 11.23%
BLUE value IS 192 (75.39% from 255) = 50.13%
R=38.64%
G=11.23%
B=50.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148431920.230.7800.25282.2863.446.08
Hex942BC0174E01911a3f2e
Octal22453300271160314327756
Binary1001010010101111000000101111001110011001100011010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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