#9431AF

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

Shades of Dark Orchid #9431AF

Tints of Dark Orchid #9431AF

Color information

#9431AF (or 0x9431AF) is unknown color: approx Dark Orchid. HEX triplet: 94, 31 and AF. RGB value is (148,49,175). Sum of RGB (Red+Green+Blue) = 148+49+175=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #9431AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9431AF is #6BCE50. Grayscale: #5C5C5C. Windows color (decimal): -7065169 or 11481492. OLE color: 11481492.

HSL color Cylindrical-coordinate representation of color #9431AF: hue angle of 287.14º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9431AF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14849175-
CMYK0.150.7200.31
HSL287.14º56.25%43.92%-
HSV(B)287.14º72%68.63%-
XYZ21.0511.5941.68-
YUV92.96174.3167.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 49 (19.53% from 255) = 13.17%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=39.78%
G=13.17%
B=47.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148491750.150.7200.31287.1456.2543.92
Hex9431AFF4801F11f382c
Octal22461257171100374377054
Binary100101001100011010111111111001000011111100011111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9431AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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