#942CCD

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

Shades of Dark Orchid #942CCD

Tints of Dark Orchid #942CCD

Color information

#942CCD (or 0x942CCD) is unknown color: approx Dark Orchid. HEX triplet: 94, 2C and CD. RGB value is (148,44,205). Sum of RGB (Red+Green+Blue) = 148+44+205=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #942CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942CCD is #6BD332. Grayscale: #5C5C5C. Windows color (decimal): -7066419 or 13446292. OLE color: 13446292.

HSL color Cylindrical-coordinate representation of color #942CCD: hue angle of 278.76º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #942CCD is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14844205-
CMYK0.280.7900.20
HSL278.76º64.66%48.82%-
HSV(B)278.76º78.54%80.39%-
XYZ24.1312.5158.9-
YUV93.45190.96166.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 44 (17.58% from 255) = 11.08%
BLUE value IS 205 (80.47% from 255) = 51.64%
R=37.28%
G=11.08%
B=51.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148442050.280.7900.20278.7664.6648.82
Hex942CCD1C4F0141174131
Octal224543153411702442710161
Binary10010100101100110011011110010011110101001000101111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,44,205); }

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

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

 a { background-color: rgb(148,44,205); }

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

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

 span { border-color: rgb(148,44,205); }

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