#9134BE

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

Shades of Dark Orchid #9134BE

Tints of Dark Orchid #9134BE

Color information

#9134BE (or 0x9134BE) is unknown color: approx Dark Orchid. HEX triplet: 91, 34 and BE. RGB value is (145,52,190). Sum of RGB (Red+Green+Blue) = 145+52+190=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #9134BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9134BE is #6ECB41. Grayscale: #5F5F5F. Windows color (decimal): -7260994 or 12465297. OLE color: 12465297.

HSL color Cylindrical-coordinate representation of color #9134BE: hue angle of 280.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9134BE is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14552190-
CMYK0.240.7300.25
HSL280.43º57.02%47.45%-
HSV(B)280.43º72.63%74.51%-
XYZ22.212.1949.9-
YUV95.54181.31163.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.47%
GREEN value IS 52 (20.70% from 255) = 13.44%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=37.47%
G=13.44%
B=49.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145521900.240.7300.25280.4357.0247.45
Hex9134BE1849019118392f
Octal22164276301110314307157
Binary1001000111010010111110110001001001011001100011000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9134BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9134BE; }

 p { color: rgb(145,52,190); }

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

<style>
 a { background-color: #9134BE; }

 a { background-color: rgb(145,52,190); }

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

<style>
 span { border-color: #9134BE; }

 span { border-color: rgb(145,52,190); }

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