#9127BF

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

Shades of Dark Orchid #9127BF

Tints of Dark Orchid #9127BF

Color information

#9127BF (or 0x9127BF) is unknown color: approx Dark Orchid. HEX triplet: 91, 27 and BF. RGB value is (145,39,191). Sum of RGB (Red+Green+Blue) = 145+39+191=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #9127BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9127BF is #6ED840. Grayscale: #575757. Windows color (decimal): -7264321 or 12527505. OLE color: 12527505.

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

Color convert

RGB14539191-
CMYK0.240.8000.25
HSL281.84º66.09%45.1%-
HSV(B)281.84º79.58%74.9%-
XYZ21.8111.2350.31-
YUV88.02186.12168.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 39 (15.62% from 255) = 10.4%
BLUE value IS 191 (75% from 255) = 50.93%
R=38.67%
G=10.4%
B=50.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145391910.240.8000.25281.8466.0945.1
Hex9127BF185001911a422d
Octal221472773012003143210255
Binary10010001100111101111111100010100000110011000110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9127BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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