#8B34C6

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

Shades of Dark Orchid #8B34C6

Tints of Dark Orchid #8B34C6

Color information

#8B34C6 (or 0x8B34C6) is unknown color: approx Dark Orchid. HEX triplet: 8B, 34 and C6. RGB value is (139,52,198). Sum of RGB (Red+Green+Blue) = 139+52+198=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #8B34C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B34C6 is #74CB39. Grayscale: #5E5E5E. Windows color (decimal): -7654202 or 12989579. OLE color: 12989579.

HSL color Cylindrical-coordinate representation of color #8B34C6: hue angle of 275.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B34C6 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13952198-
CMYK0.300.7400.22
HSL275.75º58.4%49.02%-
HSV(B)275.75º73.74%77.65%-
XYZ22.0712.0254.58-
YUV94.66186.32159.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.73%
GREEN value IS 52 (20.70% from 255) = 13.37%
BLUE value IS 198 (77.73% from 255) = 50.90%
R=35.73%
G=13.37%
B=50.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal139521980.300.7400.22275.7558.449.02
Hex8B34C61E4A0161143a31
Octal21364306361120264247261
Binary1000101111010011000110111101001010010110100010100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B34C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,52,198); }

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

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

 a { background-color: rgb(139,52,198); }

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

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

 span { border-color: rgb(139,52,198); }

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