#9231D4

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

Shades of Dark Orchid #9231D4

Tints of Dark Orchid #9231D4

Color information

#9231D4 (or 0x9231D4) is unknown color: approx Dark Orchid. HEX triplet: 92, 31 and D4. RGB value is (146,49,212). Sum of RGB (Red+Green+Blue) = 146+49+212=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #9231D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9231D4 is #6DCE2B. Grayscale: #606060. Windows color (decimal): -7196204 or 13906322. OLE color: 13906322.

HSL color Cylindrical-coordinate representation of color #9231D4: hue angle of 275.71º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9231D4 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14649212-
CMYK0.310.7700.17
HSL275.71º65.46%51.18%-
HSV(B)275.71º76.89%83.14%-
XYZ24.8413.0663.5-
YUV96.58193.14163.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.87%
GREEN value IS 49 (19.53% from 255) = 12.04%
BLUE value IS 212 (83.20% from 255) = 52.09%
R=35.87%
G=12.04%
B=52.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal146492120.310.7700.17275.7165.4651.18
Hex9231D41F4D0111144133
Octal222613243711502142410163
Binary10010010110001110101001111110011010100011000101001000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9231D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9231D4; }

 p { color: rgb(146,49,212); }

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

<style>
 a { background-color: #9231D4; }

 a { background-color: rgb(146,49,212); }

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

<style>
 span { border-color: #9231D4; }

 span { border-color: rgb(146,49,212); }

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