#9934c1

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

Shades of Dark Orchid #9934C1

Tints of Dark Orchid #9934C1

Color information

#9934C1 (or 0x9934C1) is unknown color: approx Dark Orchid. HEX triplet: 99, 34 and C1. RGB value is (153,52,193). Sum of RGB (Red+Green+Blue) = 153+52+193=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #9934C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9934C1 is #66CB3E. Grayscale: #616161. Windows color (decimal): -6736703 or 12661913. OLE color: 12661913.

HSL color Cylindrical-coordinate representation of color #9934C1: hue angle of 282.98º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9934C1 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15352193-
CMYK0.210.7300.24
HSL282.98º57.55%48.04%-
HSV(B)282.98º73.06%75.69%-
XYZ23.9913.0851.71-
YUV98.27181.46167.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 52 (20.70% from 255) = 13.07%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=38.44%
G=13.07%
B=48.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal153521930.210.7300.24282.9857.5548.04
Hex9934C1154901811b3a30
Octal23164301251110304337260
Binary1001100111010011000001101011001001011000100011011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9934c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9934c1; }

 p { color: rgb(153,52,193); }

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

<style>
 a { background-color: #9934c1; }

 a { background-color: rgb(153,52,193); }

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

<style>
 span { border-color: #9934c1; }

 span { border-color: rgb(153,52,193); }

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