#8B1CC1

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

Shades of Dark Orchid #8B1CC1

Tints of Dark Orchid #8B1CC1

Color information

#8B1CC1 (or 0x8B1CC1) is unknown color: approx Dark Orchid. HEX triplet: 8B, 1C and C1. RGB value is (139,28,193). Sum of RGB (Red+Green+Blue) = 139+28+193=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B1CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1CC1 is #74E33E. Grayscale: #4F4F4F. Windows color (decimal): -7660351 or 12655755. OLE color: 12655755.

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

Color convert

RGB13928193-
CMYK0.280.8500.24
HSL280.36º74.66%43.33%-
HSV(B)280.36º85.49%75.69%-
XYZ20.6910.1751.32-
YUV80191.77170.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 28 (11.33% from 255) = 7.78%
BLUE value IS 193 (75.78% from 255) = 53.61%
R=38.61%
G=7.78%
B=53.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139281930.280.8500.24280.3674.6643.33
Hex8B1CC11C550181184b2b
Octal213343013412503043011353
Binary1000101111100110000011110010101010110001000110001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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