#9831C8

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

Shades of Dark Orchid #9831C8

Tints of Dark Orchid #9831C8

Color information

#9831C8 (or 0x9831C8) is unknown color: approx Dark Orchid. HEX triplet: 98, 31 and C8. RGB value is (152,49,200). Sum of RGB (Red+Green+Blue) = 152+49+200=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #9831C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9831C8 is #67CE37. Grayscale: #606060. Windows color (decimal): -6803000 or 13119896. OLE color: 13119896.

HSL color Cylindrical-coordinate representation of color #9831C8: hue angle of 280.93º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9831C8 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15249200-
CMYK0.240.7600.22
HSL280.93º60.64%48.82%-
HSV(B)280.93º75.5%78.43%-
XYZ24.4713.0455.87-
YUV97.01186.12167.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 49 (19.53% from 255) = 12.22%
BLUE value IS 200 (78.52% from 255) = 49.88%
R=37.91%
G=12.22%
B=49.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152492000.240.7600.22280.9360.6448.82
Hex9831C8184C0161193d31
Octal23061310301140264317561
Binary1001100011000111001000110001001100010110100011001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9831C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9831C8; }

 p { color: rgb(152,49,200); }

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

<style>
 a { background-color: #9831C8; }

 a { background-color: rgb(152,49,200); }

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

<style>
 span { border-color: #9831C8; }

 span { border-color: rgb(152,49,200); }

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