#9121BF

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

Shades of Dark Orchid #9121BF

Tints of Dark Orchid #9121BF

Color information

#9121BF (or 0x9121BF) is unknown color: approx Dark Orchid. HEX triplet: 91, 21 and BF. RGB value is (145,33,191). Sum of RGB (Red+Green+Blue) = 145+33+191=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #9121BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9121BF is #6EDE40. Grayscale: #535353. Windows color (decimal): -7265857 or 12525969. OLE color: 12525969.

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

Color convert

RGB14533191-
CMYK0.240.8300.25
HSL282.53º70.54%43.92%-
HSV(B)282.53º82.72%74.9%-
XYZ21.6210.8750.25-
YUV84.5188.11171.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.30%
GREEN value IS 33 (13.28% from 255) = 8.94%
BLUE value IS 191 (75% from 255) = 51.76%
R=39.30%
G=8.94%
B=51.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145331910.240.8300.25282.5370.5443.92
Hex9121BF185301911b472c
Octal221412773012303143310754
Binary10010001100001101111111100010100110110011000110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9121BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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