#943AB1

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

Shades of Dark Orchid #943AB1

Tints of Dark Orchid #943AB1

Color information

#943AB1 (or 0x943AB1) is unknown color: approx Dark Orchid. HEX triplet: 94, 3A and B1. RGB value is (148,58,177). Sum of RGB (Red+Green+Blue) = 148+58+177=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #943AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943AB1 is #6BC54E. Grayscale: #626262. Windows color (decimal): -7062863 or 11614868. OLE color: 11614868.

HSL color Cylindrical-coordinate representation of color #943AB1: hue angle of 285.38º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #943AB1 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14858177-
CMYK0.160.6700.31
HSL285.38º50.64%46.08%-
HSV(B)285.38º67.23%69.41%-
XYZ21.6612.542.87-
YUV98.48172.32163.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 177 (69.53% from 255) = 46.21%
R=38.64%
G=15.14%
B=46.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148581770.160.6700.31285.3850.6446.08
Hex943AB1104301F11d332e
Octal22472261201030374356356
Binary1001010011101010110001100001000011011111100011101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,58,177); }

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

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

 a { background-color: rgb(148,58,177); }

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

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

 span { border-color: rgb(148,58,177); }

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