#8A3FCB

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

Shades of Dark Orchid #8A3FCB

Tints of Dark Orchid #8A3FCB

Color information

#8A3FCB (or 0x8A3FCB) is unknown color: approx Dark Orchid. HEX triplet: 8A, 3F and CB. RGB value is (138,63,203). Sum of RGB (Red+Green+Blue) = 138+63+203=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A3FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3FCB is #75C034. Grayscale: #646464. Windows color (decimal): -7716917 or 13320074. OLE color: 13320074.

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

Color convert

RGB13863203-
CMYK0.320.6900.20
HSL272.14º57.38%52.16%-
HSV(B)272.14º68.97%79.61%-
XYZ23.0413.2757.85-
YUV101.38185.35154.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.16%
GREEN value IS 63 (25% from 255) = 15.59%
BLUE value IS 203 (79.69% from 255) = 50.25%
R=34.16%
G=15.59%
B=50.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138632030.320.6900.20272.1457.3852.16
Hex8A3FCB20450141103934
Octal21277313401050244207164
Binary10001010111111110010111000001000101010100100010000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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