#9331CD

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

Shades of Dark Orchid #9331CD

Tints of Dark Orchid #9331CD

Color information

#9331CD (or 0x9331CD) is unknown color: approx Dark Orchid. HEX triplet: 93, 31 and CD. RGB value is (147,49,205). Sum of RGB (Red+Green+Blue) = 147+49+205=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #9331CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9331CD is #6CCE32. Grayscale: #5F5F5F. Windows color (decimal): -7130675 or 13447571. OLE color: 13447571.

HSL color Cylindrical-coordinate representation of color #9331CD: hue angle of 277.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9331CD is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14749205-
CMYK0.280.7600.20
HSL277.69º61.42%49.8%-
HSV(B)277.69º76.1%80.39%-
XYZ24.1512.8158.96-
YUV96.09189.47164.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 49 (19.53% from 255) = 12.22%
BLUE value IS 205 (80.47% from 255) = 51.12%
R=36.66%
G=12.22%
B=51.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal147492050.280.7600.20277.6961.4249.8
Hex9331CD1C4C0141163d32
Octal22361315341140244267562
Binary1001001111000111001101111001001100010100100010110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9331CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9331CD; }

 p { color: rgb(147,49,205); }

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

<style>
 a { background-color: #9331CD; }

 a { background-color: rgb(147,49,205); }

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

<style>
 span { border-color: #9331CD; }

 span { border-color: rgb(147,49,205); }

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