#9124BD

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

Shades of Dark Orchid #9124BD

Tints of Dark Orchid #9124BD

Color information

#9124BD (or 0x9124BD) is unknown color: approx Dark Orchid. HEX triplet: 91, 24 and BD. RGB value is (145,36,189). Sum of RGB (Red+Green+Blue) = 145+36+189=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #9124BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9124BD is #6EDB42. Grayscale: #555555. Windows color (decimal): -7265091 or 12395665. OLE color: 12395665.

HSL color Cylindrical-coordinate representation of color #9124BD: hue angle of 282.75º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9124BD is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14536189-
CMYK0.230.8100.26
HSL282.75º68%44.12%-
HSV(B)282.75º80.95%74.12%-
XYZ21.4910.9649.13-
YUV86.03186.11170.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.19%
GREEN value IS 36 (14.45% from 255) = 9.73%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=39.19%
G=9.73%
B=51.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145361890.230.8100.26282.756844.12
Hex9124BD175101A11b442c
Octal221442752712103243310454
Binary10010001100100101111011011110100010110101000110111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9124BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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