#9726BF

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

Shades of Dark Orchid #9726BF

Tints of Dark Orchid #9726BF

Color information

#9726BF (or 0x9726BF) is unknown color: approx Dark Orchid. HEX triplet: 97, 26 and BF. RGB value is (151,38,191). Sum of RGB (Red+Green+Blue) = 151+38+191=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #9726BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9726BF is #68D940. Grayscale: #585858. Windows color (decimal): -6871361 or 12527255. OLE color: 12527255.

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

Color convert

RGB15138191-
CMYK0.210.8000.25
HSL284.31º66.81%44.9%-
HSV(B)284.31º80.1%74.9%-
XYZ22.8611.7350.35-
YUV89.23185.44172.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.74%
GREEN value IS 38 (15.23% from 255) = 10%
BLUE value IS 191 (75% from 255) = 50.26%
R=39.74%
G=10%
B=50.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151381910.210.8000.25284.3166.8144.9
Hex9726BF155001911c432d
Octal227462772512003143410355
Binary10010111100110101111111010110100000110011000111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9726BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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