#9327BB

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

Shades of Dark Orchid #9327BB

Tints of Dark Orchid #9327BB

Color information

#9327BB (or 0x9327BB) is unknown color: approx Dark Orchid. HEX triplet: 93, 27 and BB. RGB value is (147,39,187). Sum of RGB (Red+Green+Blue) = 147+39+187=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #9327BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9327BB is #6CD844. Grayscale: #575757. Windows color (decimal): -7133253 or 12265363. OLE color: 12265363.

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

Color convert

RGB14739187-
CMYK0.210.7900.27
HSL283.78º65.49%44.31%-
HSV(B)283.78º79.14%73.33%-
XYZ21.7311.2448.04-
YUV88.16183.78169.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 39 (15.62% from 255) = 10.46%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=39.41%
G=10.46%
B=50.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147391870.210.7900.27283.7865.4944.31
Hex9327BB154F01B11c412c
Octal223472732511703343410154
Binary10010011100111101110111010110011110110111000111001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9327BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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