#813ABF

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

Shades of Dark Orchid #813ABF

Tints of Dark Orchid #813ABF

Color information

#813ABF (or 0x813ABF) is unknown color: approx Dark Orchid. HEX triplet: 81, 3A and BF. RGB value is (129,58,191). Sum of RGB (Red+Green+Blue) = 129+58+191=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #813ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813ABF is #7EC540. Grayscale: #5D5D5D. Windows color (decimal): -8308033 or 12532353. OLE color: 12532353.

HSL color Cylindrical-coordinate representation of color #813ABF: hue angle of 272.03º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #813ABF is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12958191-
CMYK0.320.7000.25
HSL272.03º53.41%48.82%-
HSV(B)272.03º69.63%74.9%-
XYZ19.9711.4550.45-
YUV94.39182.52152.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 191 (75% from 255) = 50.53%
R=34.13%
G=15.34%
B=50.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129581910.320.7000.25272.0353.4148.82
Hex813ABF20460191103531
Octal20172277401060314206561
Binary10000001111010101111111000001000110011001100010000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813ABF; }

 p { color: rgb(129,58,191); }

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

<style>
 a { background-color: #813ABF; }

 a { background-color: rgb(129,58,191); }

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

<style>
 span { border-color: #813ABF; }

 span { border-color: rgb(129,58,191); }

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