#9136BF

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

Shades of Dark Orchid #9136BF

Tints of Dark Orchid #9136BF

Color information

#9136BF (or 0x9136BF) is unknown color: approx Dark Orchid. HEX triplet: 91, 36 and BF. RGB value is (145,54,191). Sum of RGB (Red+Green+Blue) = 145+54+191=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #9136BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9136BF is #6EC940. Grayscale: #606060. Windows color (decimal): -7260481 or 12531345. OLE color: 12531345.

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

Color convert

RGB14554191-
CMYK0.240.7200.25
HSL279.85º55.92%48.04%-
HSV(B)279.85º71.73%74.9%-
XYZ22.412.4250.51-
YUV96.83181.15162.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.18%
GREEN value IS 54 (21.48% from 255) = 13.85%
BLUE value IS 191 (75% from 255) = 48.97%
R=37.18%
G=13.85%
B=48.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145541910.240.7200.25279.8555.9248.04
Hex9136BF18480191183830
Octal22166277301100314307060
Binary1001000111011010111111110001001000011001100011000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9136BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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