#9832CD

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

Shades of Dark Orchid #9832CD

Tints of Dark Orchid #9832CD

Color information

#9832CD (or 0x9832CD) is unknown color: approx Dark Orchid. HEX triplet: 98, 32 and CD. RGB value is (152,50,205). Sum of RGB (Red+Green+Blue) = 152+50+205=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #9832CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9832CD is #67CD32. Grayscale: #616161. Windows color (decimal): -6802739 or 13447832. OLE color: 13447832.

HSL color Cylindrical-coordinate representation of color #9832CD: hue angle of 279.48º 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 #9832CD is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15250205-
CMYK0.260.7600.20
HSL279.48º60.78%50%-
HSV(B)279.48º75.61%80.39%-
XYZ25.1113.3659.01-
YUV98.17188.29166.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 50 (19.92% from 255) = 12.29%
BLUE value IS 205 (80.47% from 255) = 50.37%
R=37.35%
G=12.29%
B=50.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152502050.260.7600.20279.4860.7850
Hex9832CD1A4C0141173d32
Octal23062315321140244277562
Binary1001100011001011001101110101001100010100100010111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9832CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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