#913AB4

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

Shades of Dark Orchid #913AB4

Tints of Dark Orchid #913AB4

Color information

#913AB4 (or 0x913AB4) is unknown color: approx Dark Orchid. HEX triplet: 91, 3A and B4. RGB value is (145,58,180). Sum of RGB (Red+Green+Blue) = 145+58+180=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #913AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913AB4 is #6EC54B. Grayscale: #616161. Windows color (decimal): -7259468 or 11811473. OLE color: 11811473.

HSL color Cylindrical-coordinate representation of color #913AB4: hue angle of 282.79º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #913AB4 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14558180-
CMYK0.190.6800.29
HSL282.79º51.26%46.67%-
HSV(B)282.79º67.78%70.59%-
XYZ21.4312.3444.43-
YUV97.92174.32161.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 180 (70.70% from 255) = 47.00%
R=37.86%
G=15.14%
B=47.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal145581800.190.6800.29282.7951.2646.67
Hex913AB4134401D11b332f
Octal22172264231040354336357
Binary1001000111101010110100100111000100011101100011011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913AB4; }

 p { color: rgb(145,58,180); }

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

<style>
 a { background-color: #913AB4; }

 a { background-color: rgb(145,58,180); }

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

<style>
 span { border-color: #913AB4; }

 span { border-color: rgb(145,58,180); }

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