#8A3FBB

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

Shades of Dark Orchid #8A3FBB

Tints of Dark Orchid #8A3FBB

Color information

#8A3FBB (or 0x8A3FBB) is unknown color: approx Dark Orchid. HEX triplet: 8A, 3F and BB. RGB value is (138,63,187). Sum of RGB (Red+Green+Blue) = 138+63+187=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A3FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3FBB is #75C044. Grayscale: #636363. Windows color (decimal): -7716933 or 12271498. OLE color: 12271498.

HSL color Cylindrical-coordinate representation of color #8A3FBB: hue angle of 276.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A3FBB is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13863187-
CMYK0.260.6600.27
HSL276.29º49.6%49.02%-
HSV(B)276.29º66.31%73.33%-
XYZ21.2312.5548.32-
YUV99.56177.35155.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.57%
GREEN value IS 63 (25% from 255) = 16.24%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=35.57%
G=16.24%
B=48.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138631870.260.6600.27276.2949.649.02
Hex8A3FBB1A4201B1143231
Octal21277273321020334246261
Binary1000101011111110111011110101000010011011100010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,63,187); }

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

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

 a { background-color: rgb(138,63,187); }

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

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

 span { border-color: rgb(138,63,187); }

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