#9531B3

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

Shades of Dark Orchid #9531B3

Tints of Dark Orchid #9531B3

Color information

#9531B3 (or 0x9531B3) is unknown color: approx Dark Orchid. HEX triplet: 95, 31 and B3. RGB value is (149,49,179). Sum of RGB (Red+Green+Blue) = 149+49+179=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #9531B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9531B3 is #6ACE4C. Grayscale: #5D5D5D. Windows color (decimal): -6999629 or 11743637. OLE color: 11743637.

HSL color Cylindrical-coordinate representation of color #9531B3: hue angle of 286.15º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9531B3 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14949179-
CMYK0.170.7300.30
HSL286.15º57.02%44.71%-
HSV(B)286.15º72.63%70.2%-
XYZ21.6311.8443.79-
YUV93.72176.13167.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 49 (19.53% from 255) = 13.00%
BLUE value IS 179 (70.31% from 255) = 47.48%
R=39.52%
G=13.00%
B=47.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149491790.170.7300.30286.1557.0244.71
Hex9531B3114901E11e392d
Octal22561263211110364367155
Binary1001010111000110110011100011001001011110100011110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9531B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9531B3; }

 p { color: rgb(149,49,179); }

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

<style>
 a { background-color: #9531B3; }

 a { background-color: rgb(149,49,179); }

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

<style>
 span { border-color: #9531B3; }

 span { border-color: rgb(149,49,179); }

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