#9831CC

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

Shades of Dark Orchid #9831CC

Tints of Dark Orchid #9831CC

Color information

#9831CC (or 0x9831CC) is unknown color: approx Dark Orchid. HEX triplet: 98, 31 and CC. RGB value is (152,49,204). Sum of RGB (Red+Green+Blue) = 152+49+204=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #9831CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9831CC is #67CE33. Grayscale: #606060. Windows color (decimal): -6802996 or 13382040. OLE color: 13382040.

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

Color convert

RGB15249204-
CMYK0.250.7600.2
HSL279.87º61.26%49.61%-
HSV(B)279.87º75.98%80%-
XYZ24.9513.2358.37-
YUV97.47188.12166.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.53%
GREEN value IS 49 (19.53% from 255) = 12.10%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=37.53%
G=12.10%
B=50.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152492040.250.7600.2279.8761.2649.61
Hex9831CC194C0141183d32
Octal23061314311140244307562
Binary1001100011000111001100110011001100010100100011000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9831CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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