#9826BD

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

Shades of Dark Orchid #9826BD

Tints of Dark Orchid #9826BD

Color information

#9826BD (or 0x9826BD) is unknown color: approx Dark Orchid. HEX triplet: 98, 26 and BD. RGB value is (152,38,189). Sum of RGB (Red+Green+Blue) = 152+38+189=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #9826BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9826BD is #67D942. Grayscale: #585858. Windows color (decimal): -6805827 or 12396184. OLE color: 12396184.

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

Color convert

RGB15238189-
CMYK0.200.8000.26
HSL285.3º66.52%44.51%-
HSV(B)285.3º79.89%74.12%-
XYZ22.8311.7449.21-
YUV89.3184.27172.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 38 (15.23% from 255) = 10.03%
BLUE value IS 189 (74.22% from 255) = 49.87%
R=40.11%
G=10.03%
B=49.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152381890.200.8000.26285.366.5244.51
Hex9826BD145001A11d432d
Octal230462752412003243510355
Binary10011000100110101111011010010100000110101000111011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9826BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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