#9829B5

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

Shades of Dark Orchid #9829B5

Tints of Dark Orchid #9829B5

Color information

#9829B5 (or 0x9829B5) is unknown color: approx Dark Orchid. HEX triplet: 98, 29 and B5. RGB value is (152,41,181). Sum of RGB (Red+Green+Blue) = 152+41+181=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #9829B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9829B5 is #67D64A. Grayscale: #595959. Windows color (decimal): -6805067 or 11872664. OLE color: 11872664.

HSL color Cylindrical-coordinate representation of color #9829B5: hue angle of 287.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9829B5 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15241181-
CMYK0.160.7700.29
HSL287.57º63.06%43.53%-
HSV(B)287.57º77.35%70.98%-
XYZ22.0811.644.79-
YUV90.15179.27172.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 41 (16.41% from 255) = 10.96%
BLUE value IS 181 (71.09% from 255) = 48.40%
R=40.64%
G=10.96%
B=48.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152411810.160.7700.29287.5763.0643.53
Hex9829B5104D01D1203f2c
Octal23051265201150354407754
Binary1001100010100110110101100001001101011101100100000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9829B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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