#9327BD

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

Shades of Dark Orchid #9327BD

Tints of Dark Orchid #9327BD

Color information

#9327BD (or 0x9327BD) is unknown color: approx Dark Orchid. HEX triplet: 93, 27 and BD. RGB value is (147,39,189). Sum of RGB (Red+Green+Blue) = 147+39+189=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #9327BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9327BD is #6CD842. Grayscale: #575757. Windows color (decimal): -7133251 or 12396435. OLE color: 12396435.

HSL color Cylindrical-coordinate representation of color #9327BD: hue angle of 283.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9327BD is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14739189-
CMYK0.220.7900.26
HSL283.2º65.79%44.71%-
HSV(B)283.2º79.37%74.12%-
XYZ21.9411.3349.17-
YUV88.39184.78169.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 39 (15.62% from 255) = 10.4%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=39.2%
G=10.4%
B=50.4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147391890.220.7900.26283.265.7944.71
Hex9327BD164F01A11b422d
Octal223472752611703243310255
Binary10010011100111101111011011010011110110101000110111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9327BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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