#9333B9

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

Shades of Dark Orchid #9333B9

Tints of Dark Orchid #9333B9

Color information

#9333B9 (or 0x9333B9) is unknown color: approx Dark Orchid. HEX triplet: 93, 33 and B9. RGB value is (147,51,185). Sum of RGB (Red+Green+Blue) = 147+51+185=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #9333B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9333B9 is #6CCC46. Grayscale: #5E5E5E. Windows color (decimal): -7130183 or 12137363. OLE color: 12137363.

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

Color convert

RGB14751185-
CMYK0.210.7200.27
HSL282.99º56.78%46.27%-
HSV(B)282.99º72.43%72.55%-
XYZ21.9712.0747.07-
YUV94.98178.8165.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 51 (20.31% from 255) = 13.32%
BLUE value IS 185 (72.66% from 255) = 48.30%
R=38.38%
G=13.32%
B=48.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147511850.210.7200.27282.9956.7846.27
Hex9333B9154801B11b392e
Octal22363271251100334337156
Binary1001001111001110111001101011001000011011100011011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9333B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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