#9826BF

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

Shades of Dark Orchid #9826BF

Tints of Dark Orchid #9826BF

Color information

#9826BF (or 0x9826BF) is unknown color: approx Dark Orchid. HEX triplet: 98, 26 and BF. RGB value is (152,38,191). Sum of RGB (Red+Green+Blue) = 152+38+191=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #9826BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9826BF is #67D940. Grayscale: #595959. Windows color (decimal): -6805825 or 12527256. OLE color: 12527256.

HSL color Cylindrical-coordinate representation of color #9826BF: hue angle of 284.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9826BF is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15238191-
CMYK0.200.8000.25
HSL284.71º66.81%44.9%-
HSV(B)284.71º80.1%74.9%-
XYZ23.0511.8250.36-
YUV89.53185.27172.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 38 (15.23% from 255) = 9.97%
BLUE value IS 191 (75% from 255) = 50.13%
R=39.90%
G=9.97%
B=50.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152381910.200.8000.25284.7166.8144.9
Hex9826BF145001911d432d
Octal230462772412003143510355
Binary10011000100110101111111010010100000110011000111011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9826BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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