#9230C1

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

Shades of Dark Orchid #9230C1

Tints of Dark Orchid #9230C1

Color information

#9230C1 (or 0x9230C1) is unknown color: approx Dark Orchid. HEX triplet: 92, 30 and C1. RGB value is (146,48,193). Sum of RGB (Red+Green+Blue) = 146+48+193=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #9230C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9230C1 is #6DCF3E. Grayscale: #5D5D5D. Windows color (decimal): -7196479 or 12660882. OLE color: 12660882.

HSL color Cylindrical-coordinate representation of color #9230C1: hue angle of 280.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9230C1 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14648193-
CMYK0.240.7500.24
HSL280.55º60.17%47.25%-
HSV(B)280.55º75.13%75.69%-
XYZ22.5412.0851.6-
YUV93.83183.97165.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 48 (19.14% from 255) = 12.40%
BLUE value IS 193 (75.78% from 255) = 49.87%
R=37.73%
G=12.40%
B=49.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146481930.240.7500.24280.5560.1747.25
Hex9230C1184B0181193c2f
Octal22260301301130304317457
Binary1001001011000011000001110001001011011000100011001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9230C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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