#9333BB

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

Shades of Dark Orchid #9333BB

Tints of Dark Orchid #9333BB

Color information

#9333BB (or 0x9333BB) is unknown color: approx Dark Orchid. HEX triplet: 93, 33 and BB. RGB value is (147,51,187). Sum of RGB (Red+Green+Blue) = 147+51+187=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #9333BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9333BB is #6CCC44. Grayscale: #5E5E5E. Windows color (decimal): -7130181 or 12268435. OLE color: 12268435.

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

Color convert

RGB14751187-
CMYK0.210.7300.27
HSL282.35º57.14%46.67%-
HSV(B)282.35º72.73%73.33%-
XYZ22.1912.1648.19-
YUV95.21179.8164.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 51 (20.31% from 255) = 13.25%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=38.18%
G=13.25%
B=48.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147511870.210.7300.27282.3557.1446.67
Hex9333BB154901B11a392f
Octal22363273251110334327157
Binary1001001111001110111011101011001001011011100011010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9333BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9333BB; }

 p { color: rgb(147,51,187); }

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

<style>
 a { background-color: #9333BB; }

 a { background-color: rgb(147,51,187); }

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

<style>
 span { border-color: #9333BB; }

 span { border-color: rgb(147,51,187); }

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