#8B25C1

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

Shades of Dark Orchid #8B25C1

Tints of Dark Orchid #8B25C1

Color information

#8B25C1 (or 0x8B25C1) is unknown color: approx Dark Orchid. HEX triplet: 8B, 25 and C1. RGB value is (139,37,193). Sum of RGB (Red+Green+Blue) = 139+37+193=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B25C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B25C1 is #74DA3E. Grayscale: #545454. Windows color (decimal): -7658047 or 12658059. OLE color: 12658059.

HSL color Cylindrical-coordinate representation of color #8B25C1: hue angle of 279.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B25C1 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13937193-
CMYK0.280.8100.24
HSL279.23º67.83%45.1%-
HSV(B)279.23º80.83%75.69%-
XYZ20.9310.6651.41-
YUV85.28188.79166.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 37 (14.84% from 255) = 10.03%
BLUE value IS 193 (75.78% from 255) = 52.30%
R=37.67%
G=10.03%
B=52.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139371930.280.8100.24279.2367.8345.1
Hex8B25C11C51018117442d
Octal213453013412103042710455
Binary10001011100101110000011110010100010110001000101111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B25C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B25C1; }

 p { color: rgb(139,37,193); }

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

<style>
 a { background-color: #8B25C1; }

 a { background-color: rgb(139,37,193); }

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

<style>
 span { border-color: #8B25C1; }

 span { border-color: rgb(139,37,193); }

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