#9431AC

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

Shades of Dark Orchid #9431AC

Tints of Dark Orchid #9431AC

Color information

#9431AC (or 0x9431AC) is unknown color: approx Dark Orchid. HEX triplet: 94, 31 and AC. RGB value is (148,49,172). Sum of RGB (Red+Green+Blue) = 148+49+172=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #9431AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9431AC is #6BCE53. Grayscale: #5C5C5C. Windows color (decimal): -7065172 or 11284884. OLE color: 11284884.

HSL color Cylindrical-coordinate representation of color #9431AC: hue angle of 288.29º 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 #9431AC is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14849172-
CMYK0.140.7200.33
HSL288.29º55.66%43.33%-
HSV(B)288.29º71.51%67.45%-
XYZ20.7611.4740.15-
YUV92.62172.8167.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 49 (19.53% from 255) = 13.28%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=40.11%
G=13.28%
B=46.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148491720.140.7200.33288.2955.6643.33
Hex9431ACE48021120382b
Octal22461254161100414407053
Binary1001010011000110101100111010010000100001100100000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9431AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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