#9331AC

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

Shades of Dark Orchid #9331AC

Tints of Dark Orchid #9331AC

Color information

#9331AC (or 0x9331AC) is unknown color: approx Dark Orchid. HEX triplet: 93, 31 and AC. RGB value is (147,49,172). Sum of RGB (Red+Green+Blue) = 147+49+172=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #9331AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9331AC is #6CCE53. Grayscale: #5B5B5B. Windows color (decimal): -7130708 or 11284883. OLE color: 11284883.

HSL color Cylindrical-coordinate representation of color #9331AC: hue angle of 287.8º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9331AC is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14749172-
CMYK0.150.7200.33
HSL287.8º55.66%43.33%-
HSV(B)287.8º71.51%67.45%-
XYZ20.5811.3840.14-
YUV92.32172.97167-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.95%
GREEN value IS 49 (19.53% from 255) = 13.32%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=39.95%
G=13.32%
B=46.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147491720.150.7200.33287.855.6643.33
Hex9331ACF48021120382b
Octal22361254171100414407053
Binary1001001111000110101100111110010000100001100100000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9331AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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