#9726C1

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

Shades of Dark Orchid #9726C1

Tints of Dark Orchid #9726C1

Color information

#9726C1 (or 0x9726C1) is unknown color: approx Dark Orchid. HEX triplet: 97, 26 and C1. RGB value is (151,38,193). Sum of RGB (Red+Green+Blue) = 151+38+193=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #9726C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9726C1 is #68D93E. Grayscale: #585858. Windows color (decimal): -6871359 or 12658327. OLE color: 12658327.

HSL color Cylindrical-coordinate representation of color #9726C1: hue angle of 283.74º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9726C1 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15138193-
CMYK0.220.8000.24
HSL283.74º67.1%45.29%-
HSV(B)283.74º80.31%75.69%-
XYZ23.0811.8251.52-
YUV89.46186.44171.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.53%
GREEN value IS 38 (15.23% from 255) = 9.95%
BLUE value IS 193 (75.78% from 255) = 50.52%
R=39.53%
G=9.95%
B=50.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151381930.220.8000.24283.7467.145.29
Hex9726C1165001811c432d
Octal227463012612003043410355
Binary10010111100110110000011011010100000110001000111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9726C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9726C1; }

 p { color: rgb(151,38,193); }

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

<style>
 a { background-color: #9726C1; }

 a { background-color: rgb(151,38,193); }

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

<style>
 span { border-color: #9726C1; }

 span { border-color: rgb(151,38,193); }

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