#943CCA

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

Shades of Dark Orchid #943CCA

Tints of Dark Orchid #943CCA

Color information

#943CCA (or 0x943CCA) is unknown color: approx Dark Orchid. HEX triplet: 94, 3C and CA. RGB value is (148,60,202). Sum of RGB (Red+Green+Blue) = 148+60+202=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #943CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CCA is #6BC335. Grayscale: #666666. Windows color (decimal): -7062326 or 13253780. OLE color: 13253780.

HSL color Cylindrical-coordinate representation of color #943CCA: hue angle of 277.18º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #943CCA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14860202-
CMYK0.270.7000.21
HSL277.18º57.26%51.37%-
HSV(B)277.18º70.3%79.22%-
XYZ24.4913.7957.25-
YUV102.5184.15160.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 60 (23.83% from 255) = 14.63%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=36.10%
G=14.63%
B=49.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148602020.270.7000.21277.1857.2651.37
Hex943CCA1B460151153933
Octal22474312331060254257163
Binary1001010011110011001010110111000110010101100010101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,60,202); }

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

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

 a { background-color: rgb(148,60,202); }

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

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

 span { border-color: rgb(148,60,202); }

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