#803BBE

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

Shades of Dark Orchid #803BBE

Tints of Dark Orchid #803BBE

Color information

#803BBE (or 0x803BBE) is unknown color: approx Dark Orchid. HEX triplet: 80, 3B and BE. RGB value is (128,59,190). Sum of RGB (Red+Green+Blue) = 128+59+190=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #803BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803BBE is #7FC441. Grayscale: #5E5E5E. Windows color (decimal): -8373314 or 12467072. OLE color: 12467072.

HSL color Cylindrical-coordinate representation of color #803BBE: hue angle of 271.6º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803BBE is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12859190-
CMYK0.330.6900.25
HSL271.6º52.61%48.82%-
HSV(B)271.6º68.95%74.51%-
XYZ19.7611.4349.88-
YUV94.56181.86151.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 59 (23.44% from 255) = 15.65%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=33.95%
G=15.65%
B=50.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128591900.330.6900.25271.652.6148.82
Hex803BBE21450191103531
Octal20073276411050314206561
Binary10000000111011101111101000011000101011001100010000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803BBE; }

 p { color: rgb(128,59,190); }

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

<style>
 a { background-color: #803BBE; }

 a { background-color: rgb(128,59,190); }

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

<style>
 span { border-color: #803BBE; }

 span { border-color: rgb(128,59,190); }

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