#9824b7

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

Shades of Dark Orchid #9824B7

Tints of Dark Orchid #9824B7

Color information

#9824B7 (or 0x9824B7) is unknown color: approx Dark Orchid. HEX triplet: 98, 24 and B7. RGB value is (152,36,183). Sum of RGB (Red+Green+Blue) = 152+36+183=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #9824B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9824B7 is #67DB48. Grayscale: #565656. Windows color (decimal): -6806345 or 12002456. OLE color: 12002456.

HSL color Cylindrical-coordinate representation of color #9824B7: hue angle of 287.35º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9824B7 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15236183-
CMYK0.170.8000.28
HSL287.35º67.12%42.94%-
HSV(B)287.35º80.33%71.76%-
XYZ22.1311.3645.83-
YUV87.44181.93174.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 36 (14.45% from 255) = 9.70%
BLUE value IS 183 (71.88% from 255) = 49.33%
R=40.97%
G=9.70%
B=49.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal152361830.170.8000.28287.3567.1242.94
Hex9824B7115001C11f432b
Octal230442672112003443710353
Binary10011000100100101101111000110100000111001000111111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9824b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9824b7; }

 p { color: rgb(152,36,183); }

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

<style>
 a { background-color: #9824b7; }

 a { background-color: rgb(152,36,183); }

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

<style>
 span { border-color: #9824b7; }

 span { border-color: rgb(152,36,183); }

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