#8C23BD

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

Shades of Dark Orchid #8C23BD

Tints of Dark Orchid #8C23BD

Color information

#8C23BD (or 0x8C23BD) is unknown color: approx Dark Orchid. HEX triplet: 8C, 23 and BD. RGB value is (140,35,189). Sum of RGB (Red+Green+Blue) = 140+35+189=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C23BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C23BD is #73DC42. Grayscale: #535353. Windows color (decimal): -7593027 or 12395404. OLE color: 12395404.

HSL color Cylindrical-coordinate representation of color #8C23BD: hue angle of 280.91º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C23BD is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14035189-
CMYK0.260.8100.26
HSL280.91º68.75%43.92%-
HSV(B)280.91º81.48%74.12%-
XYZ20.610.4549.08-
YUV83.95187.29167.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.46%
GREEN value IS 35 (14.06% from 255) = 9.62%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=38.46%
G=9.62%
B=51.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140351890.260.8100.26280.9168.7543.92
Hex8C23BD1A5101A119452c
Octal214432753212103243110554
Binary10001100100011101111011101010100010110101000110011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C23BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,35,189); }

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

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

 a { background-color: rgb(140,35,189); }

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

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

 span { border-color: rgb(140,35,189); }

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