#8B35C1

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

Shades of Dark Orchid #8B35C1

Tints of Dark Orchid #8B35C1

Color information

#8B35C1 (or 0x8B35C1) is unknown color: approx Dark Orchid. HEX triplet: 8B, 35 and C1. RGB value is (139,53,193). Sum of RGB (Red+Green+Blue) = 139+53+193=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B35C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B35C1 is #74CA3E. Grayscale: #5E5E5E. Windows color (decimal): -7653951 or 12662155. OLE color: 12662155.

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

Color convert

RGB13953193-
CMYK0.280.7300.24
HSL276.86º56.91%48.24%-
HSV(B)276.86º72.54%75.69%-
XYZ21.5511.8951.61-
YUV94.67183.49159.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.10%
GREEN value IS 53 (21.09% from 255) = 13.77%
BLUE value IS 193 (75.78% from 255) = 50.13%
R=36.10%
G=13.77%
B=50.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139531930.280.7300.24276.8656.9148.24
Hex8B35C11C490181153930
Octal21365301341110304257160
Binary1000101111010111000001111001001001011000100010101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B35C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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