#8B36BA

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

Shades of Dark Orchid #8B36BA

Tints of Dark Orchid #8B36BA

Color information

#8B36BA (or 0x8B36BA) is unknown color: approx Dark Orchid. HEX triplet: 8B, 36 and BA. RGB value is (139,54,186). Sum of RGB (Red+Green+Blue) = 139+54+186=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B36BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B36BA is #74C945. Grayscale: #5E5E5E. Windows color (decimal): -7653702 or 12203659. OLE color: 12203659.

HSL color Cylindrical-coordinate representation of color #8B36BA: hue angle of 278.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B36BA is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13954186-
CMYK0.250.7100.27
HSL278.64º55%47.06%-
HSV(B)278.64º70.97%72.94%-
XYZ20.8311.6747.61-
YUV94.46179.66159.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.68%
GREEN value IS 54 (21.48% from 255) = 14.25%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=36.68%
G=14.25%
B=49.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139541860.250.7100.27278.645547.06
Hex8B36BA194701B117372f
Octal21366272311070334276757
Binary1000101111011010111010110011000111011011100010111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B36BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,54,186); }

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

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

 a { background-color: rgb(139,54,186); }

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

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

 span { border-color: rgb(139,54,186); }

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