#8B3DCF

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

Shades of Dark Orchid #8B3DCF

Tints of Dark Orchid #8B3DCF

Color information

#8B3DCF (or 0x8B3DCF) is unknown color: approx Dark Orchid. HEX triplet: 8B, 3D and CF. RGB value is (139,61,207). Sum of RGB (Red+Green+Blue) = 139+61+207=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B3DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3DCF is #74C230. Grayscale: #646464. Windows color (decimal): -7651889 or 13581707. OLE color: 13581707.

HSL color Cylindrical-coordinate representation of color #8B3DCF: hue angle of 272.05º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B3DCF is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13961207-
CMYK0.330.7100.19
HSL272.05º60.33%52.55%-
HSV(B)272.05º70.53%81.18%-
XYZ23.5813.3360.36-
YUV100.97187.84155.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 207 (81.25% from 255) = 50.86%
R=34.15%
G=14.99%
B=50.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal139612070.330.7100.19272.0560.3352.55
Hex8B3DCF21470131103c35
Octal21375317411070234207465
Binary10001011111101110011111000011000111010011100010000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,61,207); }

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

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

 a { background-color: rgb(139,61,207); }

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

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

 span { border-color: rgb(139,61,207); }

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