#9233BA

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

Shades of Dark Orchid #9233BA

Tints of Dark Orchid #9233BA

Color information

#9233BA (or 0x9233BA) is unknown color: approx Dark Orchid. HEX triplet: 92, 33 and BA. RGB value is (146,51,186). Sum of RGB (Red+Green+Blue) = 146+51+186=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #9233BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9233BA is #6DCC45. Grayscale: #5E5E5E. Windows color (decimal): -7195718 or 12202898. OLE color: 12202898.

HSL color Cylindrical-coordinate representation of color #9233BA: hue angle of 282.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9233BA is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14651186-
CMYK0.220.7300.27
HSL282.22º56.96%46.47%-
HSV(B)282.22º72.58%72.94%-
XYZ21.912.0247.62-
YUV94.79179.47164.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 51 (20.31% from 255) = 13.32%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=38.12%
G=13.32%
B=48.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146511860.220.7300.27282.2256.9646.47
Hex9233BA164901B11a392e
Octal22263272261110334327156
Binary1001001011001110111010101101001001011011100011010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9233BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9233BA; }

 p { color: rgb(146,51,186); }

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

<style>
 a { background-color: #9233BA; }

 a { background-color: rgb(146,51,186); }

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

<style>
 span { border-color: #9233BA; }

 span { border-color: rgb(146,51,186); }

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