#9230D4

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

Shades of Dark Orchid #9230D4

Tints of Dark Orchid #9230D4

Color information

#9230D4 (or 0x9230D4) is unknown color: approx Dark Orchid. HEX triplet: 92, 30 and D4. RGB value is (146,48,212). Sum of RGB (Red+Green+Blue) = 146+48+212=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #9230D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9230D4 is #6DCF2B. Grayscale: #5F5F5F. Windows color (decimal): -7196460 or 13906066. OLE color: 13906066.

HSL color Cylindrical-coordinate representation of color #9230D4: hue angle of 275.85º degrees, saturation: 0.66, 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 #9230D4 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14648212-
CMYK0.310.7700.17
HSL275.85º65.6%50.98%-
HSV(B)275.85º77.36%83.14%-
XYZ24.7912.9863.49-
YUV96193.47163.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 48 (19.14% from 255) = 11.82%
BLUE value IS 212 (83.20% from 255) = 52.22%
R=35.96%
G=11.82%
B=52.22%

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
Decimal146482120.310.7700.17275.8565.650.98
Hex9230D41F4D0111144233
Octal222603243711502142410263
Binary10010010110000110101001111110011010100011000101001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9230D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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