#9831CA

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

Shades of Dark Orchid #9831CA

Tints of Dark Orchid #9831CA

Color information

#9831CA (or 0x9831CA) is unknown color: approx Dark Orchid. HEX triplet: 98, 31 and CA. RGB value is (152,49,202). Sum of RGB (Red+Green+Blue) = 152+49+202=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #9831CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9831CA is #67CE35. Grayscale: #606060. Windows color (decimal): -6802998 or 13250968. OLE color: 13250968.

HSL color Cylindrical-coordinate representation of color #9831CA: hue angle of 280.39º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9831CA is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15249202-
CMYK0.250.7600.21
HSL280.39º60.96%49.22%-
HSV(B)280.39º75.74%79.22%-
XYZ24.7113.1457.11-
YUV97.24187.12167.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.72%
GREEN value IS 49 (19.53% from 255) = 12.16%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=37.72%
G=12.16%
B=50.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152492020.250.7600.21280.3960.9649.22
Hex9831CA194C0151183d31
Octal23061312311140254307561
Binary1001100011000111001010110011001100010101100011000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9831CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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