#8025B1

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

Shades of Dark Orchid #8025B1

Tints of Dark Orchid #8025B1

Color information

#8025B1 (or 0x8025B1) is unknown color: approx Dark Orchid. HEX triplet: 80, 25 and B1. RGB value is (128,37,177). Sum of RGB (Red+Green+Blue) = 128+37+177=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #8025B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8025B1 is #7FDA4E. Grayscale: #4F4F4F. Windows color (decimal): -8378959 or 11609472. OLE color: 11609472.

HSL color Cylindrical-coordinate representation of color #8025B1: hue angle of 279º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8025B1 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12837177-
CMYK0.280.7900.31
HSL279º65.42%41.96%-
HSV(B)279º79.1%69.41%-
XYZ17.59.0942.43-
YUV80.17182.65162.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 37 (14.84% from 255) = 10.82%
BLUE value IS 177 (69.53% from 255) = 51.75%
R=37.43%
G=10.82%
B=51.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128371770.280.7900.3127965.4241.96
Hex8025B11C4F01F117412a
Octal200452613411703742710152
Binary10000000100101101100011110010011110111111000101111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8025B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8025B1; }

 p { color: rgb(128,37,177); }

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

<style>
 a { background-color: #8025B1; }

 a { background-color: rgb(128,37,177); }

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

<style>
 span { border-color: #8025B1; }

 span { border-color: rgb(128,37,177); }

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