#913ABC

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

Shades of Dark Orchid #913ABC

Tints of Dark Orchid #913ABC

Color information

#913ABC (or 0x913ABC) is unknown color: approx Dark Orchid. HEX triplet: 91, 3A and BC. RGB value is (145,58,188). Sum of RGB (Red+Green+Blue) = 145+58+188=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #913ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913ABC is #6EC543. Grayscale: #626262. Windows color (decimal): -7259460 or 12335761. OLE color: 12335761.

HSL color Cylindrical-coordinate representation of color #913ABC: hue angle of 280.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #913ABC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14558188-
CMYK0.230.6900.26
HSL280.15º52.85%48.24%-
HSV(B)280.15º69.15%73.73%-
XYZ22.2712.6848.85-
YUV98.83178.32160.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.08%
GREEN value IS 58 (23.05% from 255) = 14.83%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=37.08%
G=14.83%
B=48.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145581880.230.6900.26280.1552.8548.24
Hex913ABC174501A1183530
Octal22172274271050324306560
Binary1001000111101010111100101111000101011010100011000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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