#9832BC

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

Shades of Dark Orchid #9832BC

Tints of Dark Orchid #9832BC

Color information

#9832BC (or 0x9832BC) is unknown color: approx Dark Orchid. HEX triplet: 98, 32 and BC. RGB value is (152,50,188). Sum of RGB (Red+Green+Blue) = 152+50+188=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #9832BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9832BC is #67CD43. Grayscale: #5F5F5F. Windows color (decimal): -6802756 or 12333720. OLE color: 12333720.

HSL color Cylindrical-coordinate representation of color #9832BC: hue angle of 284.35º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9832BC is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15250188-
CMYK0.190.7300.26
HSL284.35º57.98%46.67%-
HSV(B)284.35º73.4%73.73%-
XYZ23.1712.5948.79-
YUV96.23179.79167.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 50 (19.92% from 255) = 12.82%
BLUE value IS 188 (73.83% from 255) = 48.21%
R=38.97%
G=12.82%
B=48.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152501880.190.7300.26284.3557.9846.67
Hex9832BC134901A11c3a2f
Octal23062274231110324347257
Binary1001100011001010111100100111001001011010100011100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9832BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9832BC; }

 p { color: rgb(152,50,188); }

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

<style>
 a { background-color: #9832BC; }

 a { background-color: rgb(152,50,188); }

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

<style>
 span { border-color: #9832BC; }

 span { border-color: rgb(152,50,188); }

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