#9230B8

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

Shades of Dark Orchid #9230B8

Tints of Dark Orchid #9230B8

Color information

#9230B8 (or 0x9230B8) is unknown color: approx Dark Orchid. HEX triplet: 92, 30 and B8. RGB value is (146,48,184). Sum of RGB (Red+Green+Blue) = 146+48+184=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #9230B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9230B8 is #6DCF47. Grayscale: #5C5C5C. Windows color (decimal): -7196488 or 12071058. OLE color: 12071058.

HSL color Cylindrical-coordinate representation of color #9230B8: hue angle of 283.24º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9230B8 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14648184-
CMYK0.210.7400.28
HSL283.24º58.62%45.49%-
HSV(B)283.24º73.91%72.16%-
XYZ21.5611.6946.47-
YUV92.81179.47165.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 48 (19.14% from 255) = 12.70%
BLUE value IS 184 (72.27% from 255) = 48.68%
R=38.62%
G=12.70%
B=48.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal146481840.210.7400.28283.2458.6245.49
Hex9230B8154A01C11b3b2d
Octal22260270251120344337355
Binary1001001011000010111000101011001010011100100011011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9230B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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