#9826B1

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

Shades of Dark Orchid #9826B1

Tints of Dark Orchid #9826B1

Color information

#9826B1 (or 0x9826B1) is unknown color: approx Dark Orchid. HEX triplet: 98, 26 and B1. RGB value is (152,38,177). Sum of RGB (Red+Green+Blue) = 152+38+177=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #9826B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9826B1 is #67D94E. Grayscale: #575757. Windows color (decimal): -6805839 or 11609752. OLE color: 11609752.

HSL color Cylindrical-coordinate representation of color #9826B1: hue angle of 289.21º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9826B1 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15238177-
CMYK0.140.7900.31
HSL289.21º64.65%42.16%-
HSV(B)289.21º78.53%69.41%-
XYZ21.5811.2442.63-
YUV87.93178.27173.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 38 (15.23% from 255) = 10.35%
BLUE value IS 177 (69.53% from 255) = 48.23%
R=41.42%
G=10.35%
B=48.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152381770.140.7900.31289.2164.6542.16
Hex9826B1E4F01F121412a
Octal230462611611703744110152
Binary1001100010011010110001111010011110111111001000011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9826B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9826B1; }

 p { color: rgb(152,38,177); }

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

<style>
 a { background-color: #9826B1; }

 a { background-color: rgb(152,38,177); }

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

<style>
 span { border-color: #9826B1; }

 span { border-color: rgb(152,38,177); }

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