#9829C0

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

Shades of Dark Orchid #9829C0

Tints of Dark Orchid #9829C0

Color information

#9829C0 (or 0x9829C0) is unknown color: approx Dark Orchid. HEX triplet: 98, 29 and C0. RGB value is (152,41,192). Sum of RGB (Red+Green+Blue) = 152+41+192=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #9829C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9829C0 is #67D63F. Grayscale: #5A5A5A. Windows color (decimal): -6805056 or 12593560. OLE color: 12593560.

HSL color Cylindrical-coordinate representation of color #9829C0: hue angle of 284.11º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9829C0 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15241192-
CMYK0.210.7900.25
HSL284.11º64.81%45.69%-
HSV(B)284.11º78.65%75.29%-
XYZ23.2612.0750.97-
YUV91.4184.77171.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 41 (16.41% from 255) = 10.65%
BLUE value IS 192 (75.39% from 255) = 49.87%
R=39.48%
G=10.65%
B=49.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152411920.210.7900.25284.1164.8145.69
Hex9829C0154F01911c412e
Octal230513002511703143410156
Binary10011000101001110000001010110011110110011000111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9829C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9829C0; }

 p { color: rgb(152,41,192); }

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

<style>
 a { background-color: #9829C0; }

 a { background-color: rgb(152,41,192); }

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

<style>
 span { border-color: #9829C0; }

 span { border-color: rgb(152,41,192); }

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