#8B45CC

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

Shades of Dark Orchid #8B45CC

Tints of Dark Orchid #8B45CC

Color information

#8B45CC (or 0x8B45CC) is unknown color: approx Dark Orchid. HEX triplet: 8B, 45 and CC. RGB value is (139,69,204). Sum of RGB (Red+Green+Blue) = 139+69+204=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B45CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B45CC is #74BA33. Grayscale: #686868. Windows color (decimal): -7649844 or 13387147. OLE color: 13387147.

HSL color Cylindrical-coordinate representation of color #8B45CC: hue angle of 271.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B45CC is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13969204-
CMYK0.320.6600.2
HSL271.11º56.96%53.53%-
HSV(B)271.11º66.18%80%-
XYZ23.6714.158.6-
YUV105.32183.69152.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 69 (27.34% from 255) = 16.75%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=33.74%
G=16.75%
B=49.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal139692040.320.6600.2271.1156.9653.53
Hex8B45CC204201410f3936
Octal213105314401020244177166
Binary100010111000101110011001000001000010010100100001111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B45CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,69,204); }

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

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

 a { background-color: rgb(139,69,204); }

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

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

 span { border-color: rgb(139,69,204); }

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