#8c18be

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

Shades of Dark Orchid #8C18BE

Tints of Dark Orchid #8C18BE

Color information

#8C18BE (or 0x8C18BE) is unknown color: approx Dark Orchid. HEX triplet: 8C, 18 and BE. RGB value is (140,24,190). Sum of RGB (Red+Green+Blue) = 140+24+190=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C18BE is #73E741. Grayscale: #4D4D4D. Windows color (decimal): -7595842 or 12458124. OLE color: 12458124.

HSL color Cylindrical-coordinate representation of color #8C18BE: hue angle of 281.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C18BE is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14024190-
CMYK0.260.8700.25
HSL281.93º77.57%41.96%-
HSV(B)281.93º87.37%74.51%-
XYZ20.449.9549.56-
YUV77.61191.43172.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.55%
GREEN value IS 24 (9.77% from 255) = 6.78%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=39.55%
G=6.78%
B=53.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140241900.260.8700.25281.9377.5741.96
Hex8C18BE1A5701911a4e2a
Octal214302763212703143211652
Binary1000110011000101111101101010101110110011000110101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c18be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,24,190); }

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

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

 a { background-color: rgb(140,24,190); }

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

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

 span { border-color: rgb(140,24,190); }

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