#934ADA

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

Shades of Dark Orchid #934ADA

Tints of Dark Orchid #934ADA

Color information

#934ADA (or 0x934ADA) is unknown color: approx Dark Orchid. HEX triplet: 93, 4A and DA. RGB value is (147,74,218). Sum of RGB (Red+Green+Blue) = 147+74+218=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #934ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934ADA is #6CB525. Grayscale: #6F6F6F. Windows color (decimal): -7124262 or 14305939. OLE color: 14305939.

HSL color Cylindrical-coordinate representation of color #934ADA: hue angle of 270.42º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #934ADA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14774218-
CMYK0.330.6600.15
HSL270.42º66.06%57.25%-
HSV(B)270.42º66.06%85.49%-
XYZ27.1416.1668.02-
YUV112.24187.68152.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 74 (29.30% from 255) = 16.86%
BLUE value IS 218 (85.55% from 255) = 49.66%
R=33.49%
G=16.86%
B=49.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147742180.330.6600.15270.4266.0657.25
Hex934ADA21420F10e4239
Octal2231123324110201741610271
Binary100100111001010110110101000011000010011111000011101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934ADA; }

 p { color: rgb(147,74,218); }

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

<style>
 a { background-color: #934ADA; }

 a { background-color: rgb(147,74,218); }

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

<style>
 span { border-color: #934ADA; }

 span { border-color: rgb(147,74,218); }

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