#8C1BAF

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

Shades of Dark Orchid #8C1BAF

Tints of Dark Orchid #8C1BAF

Color information

#8C1BAF (or 0x8C1BAF) is unknown color: approx Dark Orchid. HEX triplet: 8C, 1B and AF. RGB value is (140,27,175). Sum of RGB (Red+Green+Blue) = 140+27+175=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C1BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1BAF is #73E450. Grayscale: #4D4D4D. Windows color (decimal): -7595089 or 11475852. OLE color: 11475852.

HSL color Cylindrical-coordinate representation of color #8C1BAF: hue angle of 285.81º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1BAF is Cyan = 0.2, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14027175-
CMYK0.20.8500.31
HSL285.81º73.27%39.61%-
HSV(B)285.81º84.57%68.63%-
XYZ18.959.4541.38-
YUV77.66182.94172.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.94%
GREEN value IS 27 (10.94% from 255) = 7.89%
BLUE value IS 175 (68.75% from 255) = 51.17%
R=40.94%
G=7.89%
B=51.17%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140271750.20.8500.31285.8173.2739.61
Hex8C1BAF145501F11e4928
Octal214332572412503743611150
Binary1000110011011101011111010010101010111111000111101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,27,175); }

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

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

 a { background-color: rgb(140,27,175); }

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

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

 span { border-color: rgb(140,27,175); }

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