#9726BE

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

Shades of Dark Orchid #9726BE

Tints of Dark Orchid #9726BE

Color information

#9726BE (or 0x9726BE) is unknown color: approx Dark Orchid. HEX triplet: 97, 26 and BE. RGB value is (151,38,190). Sum of RGB (Red+Green+Blue) = 151+38+190=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #9726BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9726BE is #68D941. Grayscale: #585858. Windows color (decimal): -6871362 or 12461719. OLE color: 12461719.

HSL color Cylindrical-coordinate representation of color #9726BE: hue angle of 284.61º 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 #9726BE is Cyan = 0.21, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15138190-
CMYK0.210.800.25
HSL284.61º66.67%44.71%-
HSV(B)284.61º80%74.51%-
XYZ22.7511.6849.77-
YUV89.12184.94172.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 38 (15.23% from 255) = 10.03%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=39.84%
G=10.03%
B=50.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151381900.210.800.25284.6166.6744.71
Hex9726BE155001911d432d
Octal227462762512003143510355
Binary10010111100110101111101010110100000110011000111011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9726BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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