#943BC7

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

Shades of Dark Orchid #943BC7

Tints of Dark Orchid #943BC7

Color information

#943BC7 (or 0x943BC7) is unknown color: approx Dark Orchid. HEX triplet: 94, 3B and C7. RGB value is (148,59,199). Sum of RGB (Red+Green+Blue) = 148+59+199=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 199 - color contains mainly: blue. Hex color #943BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943BC7 is #6BC438. Grayscale: #656565. Windows color (decimal): -7062585 or 13056916. OLE color: 13056916.

HSL color Cylindrical-coordinate representation of color #943BC7: hue angle of 278.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #943BC7 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14859199-
CMYK0.260.7000.22
HSL278.14º55.56%50.59%-
HSV(B)278.14º70.35%78.04%-
XYZ24.0913.5555.38-
YUV101.57182.99161.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 59 (23.44% from 255) = 14.53%
BLUE value IS 199 (78.12% from 255) = 49.01%
R=36.45%
G=14.53%
B=49.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148591990.260.7000.22278.1455.5650.59
Hex943BC71A460161163833
Octal22473307321060264267063
Binary1001010011101111000111110101000110010110100010110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943BC7; }

 p { color: rgb(148,59,199); }

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

<style>
 a { background-color: #943BC7; }

 a { background-color: rgb(148,59,199); }

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

<style>
 span { border-color: #943BC7; }

 span { border-color: rgb(148,59,199); }

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