#9323C8

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

Shades of Dark Orchid #9323C8

Tints of Dark Orchid #9323C8

Color information

#9323C8 (or 0x9323C8) is unknown color: approx Dark Orchid. HEX triplet: 93, 23 and C8. RGB value is (147,35,200). Sum of RGB (Red+Green+Blue) = 147+35+200=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #9323C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9323C8 is #6CDC37. Grayscale: #565656. Windows color (decimal): -7134264 or 13116307. OLE color: 13116307.

HSL color Cylindrical-coordinate representation of color #9323C8: hue angle of 280.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9323C8 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14735200-
CMYK0.260.8200.22
HSL280.73º70.21%46.08%-
HSV(B)280.73º82.5%78.43%-
XYZ23.0611.5855.66-
YUV87.3191.61170.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.48%
GREEN value IS 35 (14.06% from 255) = 9.16%
BLUE value IS 200 (78.52% from 255) = 52.36%
R=38.48%
G=9.16%
B=52.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147352000.260.8200.22280.7370.2146.08
Hex9323C81A52016119462e
Octal223433103212202643110656
Binary10010011100011110010001101010100100101101000110011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9323C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9323C8; }

 p { color: rgb(147,35,200); }

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

<style>
 a { background-color: #9323C8; }

 a { background-color: rgb(147,35,200); }

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

<style>
 span { border-color: #9323C8; }

 span { border-color: rgb(147,35,200); }

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