#9124BF

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

Shades of Dark Orchid #9124BF

Tints of Dark Orchid #9124BF

Color information

#9124BF (or 0x9124BF) is unknown color: approx Dark Orchid. HEX triplet: 91, 24 and BF. RGB value is (145,36,191). Sum of RGB (Red+Green+Blue) = 145+36+191=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #9124BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9124BF is #6EDB40. Grayscale: #555555. Windows color (decimal): -7265089 or 12526737. OLE color: 12526737.

HSL color Cylindrical-coordinate representation of color #9124BF: hue angle of 282.19º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9124BF is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14536191-
CMYK0.240.8100.25
HSL282.19º68.28%44.51%-
HSV(B)282.19º81.15%74.9%-
XYZ21.7111.0450.28-
YUV86.26187.11169.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 36 (14.45% from 255) = 9.68%
BLUE value IS 191 (75% from 255) = 51.34%
R=38.98%
G=9.68%
B=51.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145361910.240.8100.25282.1968.2844.51
Hex9124BF185101911a442d
Octal221442773012103143210455
Binary10010001100100101111111100010100010110011000110101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9124BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,36,191); }

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

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

 a { background-color: rgb(145,36,191); }

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

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

 span { border-color: rgb(145,36,191); }

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