#9124B3

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

Shades of Dark Orchid #9124B3

Tints of Dark Orchid #9124B3

Color information

#9124B3 (or 0x9124B3) is unknown color: approx Dark Orchid. HEX triplet: 91, 24 and B3. RGB value is (145,36,179). Sum of RGB (Red+Green+Blue) = 145+36+179=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #9124B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9124B3 is #6EDB4C. Grayscale: #545454. Windows color (decimal): -7265101 or 11740305. OLE color: 11740305.

HSL color Cylindrical-coordinate representation of color #9124B3: hue angle of 285.73º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9124B3 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14536179-
CMYK0.190.8000.30
HSL285.73º66.51%42.16%-
HSV(B)285.73º79.89%70.2%-
XYZ20.4410.5443.6-
YUV84.89181.11170.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 36 (14.45% from 255) = 10%
BLUE value IS 179 (70.31% from 255) = 49.72%
R=40.28%
G=10%
B=49.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal145361790.190.8000.30285.7366.5142.16
Hex9124B3135001E11e432a
Octal221442632312003643610352
Binary10010001100100101100111001110100000111101000111101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9124B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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